mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
15 lines
204 B
ArmAsm
15 lines
204 B
ArmAsm
|
.abicalls
|
||
|
.text
|
||
|
.weak __ehdr_start
|
||
|
.globl __start
|
||
|
.ent __start
|
||
|
.frame $29, 0, $31
|
||
|
.mask 0x00000000, 0
|
||
|
__start:
|
||
|
.set noreorder
|
||
|
.cpload $25
|
||
|
.set reorder
|
||
|
lw $2, __ehdr_start
|
||
|
jr $31
|
||
|
.end __start
|