ack/mach/sun3/libce/adf4.s

12 lines
183 B
ArmAsm
Raw Normal View History

1989-03-22 15:06:05 +00:00
.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