Add the .dataf4 and .dataf8 directives to the assembler --- manually converting
authorDavid Given <dg@cowlark.com>
Mon, 10 Sep 2018 20:56:18 +0000 (22:56 +0200)
committerDavid Given <dg@cowlark.com>
Mon, 10 Sep 2018 20:56:18 +0000 (22:56 +0200)
commita1747ac91621250d640d08136cc6b0730db3b955
tree43268e3a19f5ea263c26d18bde03cdfaac66b45b
parent53f7de794ac79b03787a7c0838bb8f6448457968
Add the .dataf4 and .dataf8 directives to the assembler --- manually converting
floats and doubles to bytes is not fun. It might even work!
12 files changed:
mach/mips/libem/c_ud_i.s
mach/mips/libem/c_uf_i.s
mach/mips/libem/c_ui_d.s
mach/mips/libem/c_ui_f.s
mach/pdp/as/mach0.c
mach/proto/as/build.lua
mach/proto/as/comm1.h
mach/proto/as/comm2.y
mach/proto/as/comm3.c
mach/proto/as/comm5.c
mach/proto/as/comm7.c
man/uni_ass.6