ack/mach/m68k2/libsys/link.s

13 lines
169 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _link
.sect .text
.sect .rom
.sect .data
.sect .bss
1984-12-14 15:52:15 +00:00
.extern _link
.sect .text
1984-12-14 15:52:15 +00:00
_link: move.w #0x9,d0
move.l 4(sp),a0
move.w 8(sp),d1
ext.l d1
jmp callc