Sign in
android
/
toolchain
/
yasm
/
refs/heads/ndk-r25-release
/
.
/
modules
/
parsers
/
nasm
/
tests
/
newsect.asm
blob: 420e17ca139d49d8439c5634f5a1650e58194405 [
file
] [
log
] [
blame
] [
edit
]
[
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