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
/
hex.c
blob
122cd80213c03d72c4f11e0925926bac807faf5e
1
// test for hexadecimal values with SIX
2
byte x
=
#x3f;
// for now, only scheme-style hex values are supported by SIX
3
x
;