Initial revision
This commit is contained in:
11
mach/sun3/libce/adf4.s
Normal file
11
mach/sun3/libce/adf4.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.sect .text
|
||||
.define adf4
|
||||
adf4:
|
||||
move.l (sp)+,a0
|
||||
move.l (sp)+,d1
|
||||
move.l (sp),d0
|
||||
move.l a0,-(sp)
|
||||
jsr (Fadds)
|
||||
move.l d0,(4,sp)
|
||||
rts
|
||||
Reference in New Issue
Block a user