ack/mach/i386/libem/fat.s
1992-06-30 11:39:12 +00:00

11 lines
148 B
ArmAsm

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