From: ceriel Date: Tue, 3 Nov 1987 15:56:44 +0000 (+0000) Subject: Added fakfp.s X-Git-Tag: release-5-5~3759 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2b3f059c55df15c37da6b1b8088daabadc265527;p=ack.git Added fakfp.s --- diff --git a/mach/m68k4/libem/LIST b/mach/m68k4/libem/LIST index de86f55fd..f5f0b20c9 100644 --- a/mach/m68k4/libem/LIST +++ b/mach/m68k4/libem/LIST @@ -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 index 000000000..1c039b655 --- /dev/null +++ b/mach/m68k4/libem/fakfp.s @@ -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