aboutsummaryrefslogtreecommitdiff
path: root/modules/parsers/nasm/tests/newsect.asm
blob: 420e17ca139d49d8439c5634f5a1650e58194405 (plain)
1
2
3
4
5
6
7
8
9
10
[absolute 0]
mytype:
.long resd 1
mytype_size:
[section .text]
lbl:
..@6.strucstart:
times mytype.long-($-..@6.strucstart) db 0
dd 'ABCD'
times mytype_size-($-..@6.strucstart) db 0