Sign in
android
/
toolchain
/
yasm
/
refs/heads/ndk-r25-release
/
.
/
modules
/
parsers
/
nasm
/
tests
/
strucbase.asm
blob: 81e2fc03d25b7b10d68771d084db860c0ddabe8a [
file
] [
log
] [
blame
] [
edit
]
struc
base
,
-
7
.
a
:
resb
1
.
b
:
resb
1
endstruc
;
Expect
base
and
base
.
a to appear at
-
7
,
base
.
b at
-
6
db
base
db
base
.
a
db
base
.
b
;
The
size should be
'2'
here
db base_size