9 lines
148 B
ArmAsm
9 lines
148 B
ArmAsm
.section .text.arek
|
|
|
|
bra next
|
|
nop
|
|
.ascii "For KOREA."
|
|
/* fill up to 32 bytes with the ascii ' ' (space) character */
|
|
.balign 0x20, 0x20
|
|
next:
|