powerpc-ofw-boot/entry/start.s
2022-01-01 21:23:00 +01:00

6 lines
50 B
ArmAsm

.globl _start
_start:
stwu 1, -0x7fff(1)
b main