ack/man
George Koehler 054b9c87e1 Add .data8 for 8-byte literal integers to the assembler.
This takes literal integers, not expressions, because each machine
defines its own valu_t for expressions, but valu_t can be too narrow
for an 8-byte integer, and I don't want to change all the machines to
use a wider valu_t.  Instead, change how the assembler parses literal
integers.  Remove the NUMBER token and add a NUMBER8 token for an
int64_t.  The new .data8 pseudo emits all 8 bytes of the int64_t;
expressions narrow the int64_t to a valu_t.  Don't add any checks for
integer overflow; expressions and .data* pseudos continue to ignore
overflow when a number is too wide.

This commit requires int64_t and uint64_t in the C compiler to build
the assembler.  The ACK's own C compiler doesn't have these.

For the assembler's temporary file, add NUMBER4 to store 4-byte
integers.  NUMBER4 acts like NUMBER[0-3] and only stores a
non-negative integer.  Each negative integer now takes 8 bytes (up
from 4) in the temporary file.

Move the `\fI` and `\fP` in the uni_ass(6) manual, so the square
brackets in `thing [, thing]*` are not italic.  This looks nicer in my
terminal, where italic text is underlined.
2019-08-13 11:47:44 -04:00
..
6500_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
6800_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
6805_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
6809_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
em_cg.6 Header --> Id 1994-06-24 14:02:31 +00:00
em_ncg.6 Header --> Id 1994-06-24 14:02:31 +00:00
head Changed manual page installation mechanism 1991-11-05 15:31:14 +00:00
i80_as.6 Apply Alan Cox's patch to add the 8085 extended instructions to the i80 2019-02-11 21:14:35 +01:00
i86_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
i386_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
libmon.7 Header --> Id 1994-06-24 14:02:31 +00:00
libpc.7 Header --> Id 1994-06-24 14:02:31 +00:00
m68020_as.6 Ship assembler man pages. 2013-06-21 23:20:50 +01:00
ns_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
pc_prlib.7 Header --> Id 1994-06-24 14:02:31 +00:00
pdp_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
powerpc_as.6 Add instructions like "lwarx". Extend manual. 2018-03-07 13:37:31 -05:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00
uni_ass.6 Add .data8 for 8-byte literal integers to the assembler. 2019-08-13 11:47:44 -04:00
vc4_as.6 Updated VC4 docs. 2013-06-21 23:21:08 +01:00
z80_as.6 Header --> Id 1994-06-24 14:02:31 +00:00
z8000_as.6 Header --> Id 1994-06-24 14:02:31 +00:00