4 lines
49 B
ArmAsm
4 lines
49 B
ArmAsm
|
|
.export _text
|
|
_text: .asciiz "Hello world!"
|
|
|
|
|
.export _text
|
|
_text: .asciiz "Hello world!"
|
|
|