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
/
rshift.c
blob
9ee6fd6d465ff65b3e2a2e0033c75fcc30fcaa5f
1
int
x
=
#x01020304;
2
x
=
x
>>
16
;
3
x
=
x
+
#x1020;
4
x
;