minix/lib/ack/i386/em/em_fat.s
2009-11-09 10:26:00 +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