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

11 lines
72 B
ArmAsm

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