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
/
shift16.c
blob
3ac05122476f25c441cd90de233c842afef761d3
1
int16 x
=
#x8034;
2
x
=
x
<<
4
;
3
x
=
x
+
#x1001;
4
x
=
x
>>
5
;
5
x
;