mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 20:47:21 +02:00
13 lines
242 B
NASM
13 lines
242 B
NASM
%line 1+1 elfabssect.asm
|
|
[absolute 0]
|
|
%line 1+0 elfabssect.asm
|
|
teststruc:
|
|
%line 2+1 elfabssect.asm
|
|
.testlabel resw 1
|
|
teststruc_size:
|
|
%line 3+0 elfabssect.asm
|
|
[section .text]
|
|
;global teststruc
|
|
global teststruc.testlabel
|
|
global teststruc_size
|