ack/mach/i80/libem
George Koehler 93e01eb5d1 Teach i80 ncg to use libfp. Enable ack -mcpm -fp.
Old .o files stop working if they use floating point.  One must
recompile those files.  Old files don't call libfp in the correct way,
and may use symbols that I removed from libem.  I don't keep old
symbols in libem/flp.s, because a program that pulls both libfp and
flp.s would get "multiply defined" errors in the linker.

I teach mach/i80/ncg/table to use libfp by copying or adapting the
patterns from mach/i86/ncg/table.  I did not test all the patterns,
but I did use `ack -mcpm -fp -O4` to compile examples/mandelbrot.c,
then I ran it in the emulator YAZE-AG.  It worked, but it was slow.
2018-04-25 16:09:56 -04:00
..
aar2.s
adi4.s
and.s
blm.s
build.lua Biggish refactor to break cycles; my build rules were full of them. cpm builds, 2016-08-14 01:39:40 +02:00
cii.s Correct the stack pointer when i80 shrinks an integer. 2017-12-07 15:39:41 -05:00
cmi4.s
cms.s
com.s
csa.s
csb.s
dup.s
dvi2.s
dvi4.s
exg.s
flp.s Teach i80 ncg to use libfp. Enable ack -mcpm -fp. 2018-04-25 16:09:56 -04:00
inn.s
ior.s
lar2.s
LIST
loi.s
mli2.s
mli4.s adapted to new assembler 1987-01-28 18:57:04 +00:00
mlu2.s
ngi4.s
nop.s
rck.s
rol4.s Add test for EM rol, ror. Fix i80, i86, powerpc. 2017-12-07 17:16:21 -05:00
ror4.s Add test for EM rol, ror. Fix i80, i86, powerpc. 2017-12-07 17:16:21 -05:00
sar2.s
sbi4.s adapted to new assembler 1987-01-28 18:57:04 +00:00
set.s
set2.s
sli2.s adapted to new assembler 1987-01-28 18:57:04 +00:00
sli4.s
sri2.s
sri4.s
sti.s
xor.s