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
/
modulo.c
blob
6a2fee65b1fbde74d4dea5caa02483709525060e
1
// modulo by powers of 2
2
int16 y
=
1058
;
3
int16 x
=
y
%
256
;
4
x
;