ack/mach/vax4/libsysV_2/_exit.s

10 lines
127 B
ArmAsm
Raw Normal View History

1990-01-11 16:00:19 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
exit = 1
.define __exit
1987-02-02 16:06:51 +00:00
__exit:
1990-01-11 16:00:19 +00:00
.data2 0x0000
1987-02-02 16:06:51 +00:00
chmk $exit
halt