powerpc-ofw-boot/boot.S
2021-06-30 18:12:18 +01:00

5 lines
42 B
ArmAsm

.globl _start
_start:
addi 1,1,1
b _start