ack/mach/i386/libem/fat.s
1989-01-19 16:43:32 +00:00

11 lines
150 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .fat
.fat:
.extern .trp
.extern .stop
call .trp
call .stop
! no return