repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
outmatch: fix file info and cleanup in dwarf generation
[nasm.git]
/
test
/
cv8struc.asm
blob
eac6d8bb481997cc451e9ce32479ba893f1efe91
1
struc
A_STRUC
2
.
_a:
resw
1
3
endstruc
4
5
a_struc:
6
istruc A_STRUC
7
at A_STRUC._a
,
dw
1
8
iend
9
10
section
.data
11
foo:
12
dd
0x11111111
13
.
bar:
14
dd
0x22222222