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
/
arrays
/
memory-divide.c
blob
d284079c1cce5376ea040ca983452799d32e3aec
1
// to test the memory divide
2
3
int16 SIXPIC_MEMORY_DIVIDE
=
16
;
4
5
int16 z
=
250
;
6
int16 w
=
120
;
7
z
=
z
+
w
;
8
w
=
z
;
9
w
=
w
+
300
;
10
z
=
z
+
3
;