Sign in
android
/
toolchain
/
yasm
/
18b2af8355f76ea9fb1c883488d4ca8046766453
/
.
/
tests
/
nasm
/
multisect.asm
blob: 92ad4790ca6441b97d173eb701c7e95ef75f13dc [
file
] [
log
] [
blame
]
[
section
.
text
]
aaa
aam
div ax
imul eax
[
section
.
data
]
db
'hello'
,
0
[
section
.
text
]
div al
bswap eax
[
section
.
bss
]
resb
25
[
section
.
data
]
db
'bye!'
,
0
[
section
.
text
]
mov ax
,
5