mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
8 lines
88 B
ArmAsm
8 lines
88 B
ArmAsm
;; Return with exit code 47.
|
|
|
|
.globl _start
|
|
_start:
|
|
ldi8 r1,#47
|
|
ldi8 r0,#1
|
|
trap #0
|