powerpc-ofw-boot/entry/start.s
2021-10-09 10:28:36 +01:00

5 lines
42 B
ArmAsm

.globl _start
_start:
li 1, 0xac
b main