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
/
array-assignment.c
blob
5ea1d8288f7e72c08e7459b7c6404875faeeb05f
1
// test for array assignment
2
3
int
a
=
3
;
4
a
[
0
] =
4
;
// should set 4 in register 3
5
a
;