ack/mach/vax4/libbsd4_1a/_exit.s

11 lines
136 B
ArmAsm
Raw Normal View History

1990-01-11 16:00:19 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define __exit
exit = 1
1986-12-12 12:49:50 +00:00
.align 1
__exit:
1990-01-11 16:00:19 +00:00
.data2 0x0000
1986-12-12 12:49:50 +00:00
chmk $exit
halt