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
/
padding.c
blob
3692e5e6b0990b0b016d6ba743b2bae6f1188ecc
1
// arithmetic operations with the first argument shorter than the second (tests padding)
2
3
int16 y
=
1058
;
4
byte x
=
36
;
5
//x + y;
6
x
-
y
;