5 lines
63 B
ArmAsm
5 lines
63 B
ArmAsm
|
|
.export _text
|
|
_text: .asciiz "Hello world!"
|
|
|
|
|
.export _text
|
|
_text: .asciiz "Hello world!"
|
|
|