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
/
mul8-8.c
blob
3f4fd9d5229d891ff030d797040bb80ffbfa408c
1
// 8x8 multiplication
2
byte x
=
3
*
4
;
3
byte y
=
x
*
5
;
4
y
;