Added fakfp.s
authorceriel <none@none>
Tue, 3 Nov 1987 15:56:44 +0000 (15:56 +0000)
committerceriel <none@none>
Tue, 3 Nov 1987 15:56:44 +0000 (15:56 +0000)
mach/m68k4/libem/LIST
mach/m68k4/libem/fakfp.s [new file with mode: 0644]

index de86f55..f5f0b20 100644 (file)
@@ -27,6 +27,7 @@ shp.s
 sig.s
 cms.s
 fat.s
+fakfp.s
 trp.s
 dia.s
 printf.s
diff --git a/mach/m68k4/libem/fakfp.s b/mach/m68k4/libem/fakfp.s
new file mode 100644 (file)
index 0000000..1c039b6
--- /dev/null
@@ -0,0 +1,39 @@
+.define .adf4, .adf8, .sbf4, .sbf8, .mlf4, .mlf8, .dvf4, .dvf8
+.define .ngf4, .ngf8, .fif4, .fif8, .fef4, .fef8
+.define .cif4, .cif8, .cuf4, .cuf8, .cfi, .cfu, .cff4, .cff8
+.define .cmf4, .cmf8
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+
+!      $Header$
+
+       .sect .text
+.adf4:
+.adf8:
+.sbf4:
+.sbf8:
+.mlf4:
+.mlf8:
+.dvf4:
+.dvf8:
+.ngf4:
+.ngf8:
+.fif4:
+.fif8:
+.fef4:
+.fef8:
+.cif4:
+.cif8:
+.cuf4:
+.cuf8:
+.cfi:
+.cfu:
+.cff4:
+.cff8:
+.cmf4:
+.cmf8:
+       move.l  #18,-(sp)
+       jsr     .trp
+       rts