repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git]
/
tests
/
math
/
bitwise-negation.c
blob
af55bb98412bd000041c9b98138f2d42a430821b
1
// bitwise negation
2
3
/* byte x = 127; */
4
byte x
=
135
;
5
~
x
;