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
/
mul16-16.c
blob
a42e364d2b7b969ee09f8798f92c5d5bc0ad7cb3
1
// 16x16 multiplication
2
int16 x
;
x
=
1026
*
515
;
3
int16 y
;
y
=
x
*
1600
;
4
int16 y2
;
y2
=
x
*
16
;