mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
11 lines
163 B
ArmAsm
11 lines
163 B
ArmAsm
.syntax unified
|
|
.globl foo
|
|
.type foo,%function
|
|
.thumb_func
|
|
foo:
|
|
nop @ 0x00
|
|
movw r0,#0 @ 0x02
|
|
movw r0,#0 @ 0x06
|
|
movw r0,#0 @ 0x0a
|
|
b.w bar(PLT) @ 0x0e
|