mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
7 lines
48 B
ArmAsm
7 lines
48 B
ArmAsm
.text
|
|
.globl _start
|
|
|
|
_start:
|
|
bra _start
|
|
nop
|