ack/mach/pdp/libem/hlt.s
1984-07-19 13:34:12 +00:00

12 lines
83 B
ArmAsm

/ $Header$
.text
.globl hlt~
exit = 1
hlt~:
mov (sp)+,r0
bne 1f
sys exit
1: 4