mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
13 lines
179 B
ArmAsm
13 lines
179 B
ArmAsm
.text
|
|
.align 4
|
|
.globl foo
|
|
.ent foo
|
|
foo:
|
|
ldpc $2, bar0
|
|
ldpc $2, bar8
|
|
.end foo
|
|
|
|
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
|
|
.align 4, 0
|
|
.space 16
|