ack/mach/i86/libsys/link.s
1987-01-08 10:41:08 +00:00

8 lines
140 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define _link
.extern _link, cerror
_link: int 0x89
jb 9f
ret
9: jmp cerror