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
/
neg.c
blob
8806631dd0080d50ba5df19daf45bf7910dce222
1
// test for negative values
2
3
int
a
= -
3
;
4
int
b
= -
5
;
5
a
=
a
+
b
;