ack/mach/vax4/libbsd4_1a/_exit.s
1990-01-11 16:00:19 +00:00

11 lines
136 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define __exit
exit = 1
.align 1
__exit:
.data2 0x0000
chmk $exit
halt