added new routines for ansi
This commit is contained in:
12
mach/m68k2/libsys/_link.s
Normal file
12
mach/m68k2/libsys/_link.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.define __link
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.extern __link
|
||||
.sect .text
|
||||
__link: move.w #0x9,d0
|
||||
move.l 4(sp),a0
|
||||
move.w 8(sp),d1
|
||||
ext.l d1
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user