ack/mach/i80
George Koehler 1faff418ec Teach some ncg machines to use .data8
This turns EM `con 5000000000I8` into assembly `.data8 5000000000` for
machines i386, i80, i86, m68020, powerpc, vc4.  These are the only ncg
machines in our build.

i80 and i86 get con_mult(sz) for sz == 4 and sz == 8.  The other
machines only get sz == 8, because they have 4-byte words, and ncg
only calls con_mult(sz) when sz is greater than the word size.  The
tab "\t" after .data4 or .data8 is like the tabs in the con_*() macros
of mach/*/ncg/mach.h.

i86 now uses .data4, like i80.  Also, i86 and i386 now use the numeric
string without converting it to an integer and back to a string.
2019-08-13 15:37:05 -04:00
..
as Fix several compiler warnings by adding braces 2019-05-14 23:21:19 +08:00
dl Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libem Fix nearly all the comparisons, a lot of which were broken. Using a rst for 2019-02-15 21:30:27 +01:00
libend Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libmon Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
ncg Teach some ncg machines to use .data8 2019-08-13 15:37:05 -04:00
top Add a 'kill' pseudoinstruction to the 8080 assembler, which marks when the code 2019-03-08 23:06:34 +01:00
Action system-call to MON mapping is in libsys 1991-09-17 09:47:16 +00:00
mach_params Fixed mach_params 1991-09-18 09:58:12 +00:00