Initial revision

This commit is contained in:
ceriel
1989-03-22 15:06:05 +00:00
parent 7768504a93
commit f3aff5704c
22 changed files with 424 additions and 0 deletions

15
mach/sun3/libce/sbf8.s Normal file
View File

@@ -0,0 +1,15 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define sbf8
sbf8:
move.l (sp)+,a1
lea (8,sp),a0
move.l (a0),d0
move.l (4,a0),d1
move.l (sp)+,(a0)
move.l (sp)+,(4,a0)
move.l a1,-(sp)
jsr (Fsubd)
move.l d0,(4,sp)
move.l d1,(8,sp)
rts