mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
10 lines
159 B
ArmAsm
10 lines
159 B
ArmAsm
|
|
add r2, r0, hello
|
|
# putstr
|
|
.long 0x0e000001, 0x00f00000
|
|
# finished
|
|
add r2, r0, r0 || nop
|
|
.long 0x0e000004, 0x00f00000
|
|
|
|
hello: .ascii "Hello World\r\n"
|