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
New version of the assembler, that does better branch generation.
[sixpic.git]
/
tests
/
math
/
mul8-16.c
blob
6d7885fa01dc681c12ef937287b4bcf807266e49
1
// 8x16 multiplication (args are flipped in the cfg)
2
int16 x
=
2
*
1026
;
3
int16 y
=
4
*
x
;
4
y
;