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
/
multi-byte.c
blob
a618e6247a827113b8d17683352a938d581fdca5
1
// to test values larger than 8 bits, to see how they are handled
2
3
int
z
=
250
;
4
int
w
=
120
;
5
z
=
z
+
w
;
6
w
=
z
;
7
w
=
w
+
300
;
8
z
=
z
+
3
;