ack/mach/pdp/libem/hlt.s

11 lines
72 B
ArmAsm
Raw Normal View History

1984-07-19 12:51:00 +00:00
.text
.globl hlt~
exit = 1
hlt~:
mov (sp)+,r0
bne 1f
sys exit
1: 4