ack/mach/i86/libem/fat.s
1987-01-08 10:13:48 +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