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
/
16bits-plus.c
blob
e852b139c7477b0377e7d87f0c966d19d512be37
1
void
ram_set_field0
(
int16 o
,
int8 val
) {
int16 t2
=
o
-
512
; *(((
t2
<<
2
) + (
0
))+
#x200) = (val); }
2
ram_set_field0
(
#x1010, 0);
3
int
z
=
0
;
4
z
;