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
/
divide-and-array.c
blob
1f8bb18a8fc03d88dfb2c89309e3e4d0df392b45
1
int
SIXPIC_MEMORY_DIVIDE
=
6
;
// equivalent, but with no FSR var
2
int16 x
=
SIXPIC_MEMORY_DIVIDE
;
3
x
[
0
] =
3
;
4
x
[
1
] =
4
;
5
byte a
=
x
[
0
];
6
a
+
2
;