summaryrefslogtreecommitdiff
path: root/test/cv8struc.asm
blob: eac6d8bb481997cc451e9ce32479ba893f1efe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
struc A_STRUC
  ._a: resw 1
endstruc

a_struc:
  istruc A_STRUC
  at A_STRUC._a, dw 1
  iend

	section .data
foo:
	dd 0x11111111
.bar:
	dd 0x22222222