minix/lib/i386/em/em_fat.s
2005-04-21 14:53:53 +00:00

11 lines
150 B
ArmAsm
Executable file

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