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
Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git]
/
tests
/
math
/
mul16-8.c
blob
78da458847d11c32776c27d0a3c9250d4148b6d4
1
// 16x8 multiplication
2
int16 x
=
1026
*
2
;
3
int16 y
=
x
*
4
;
4
y
;