Avoid informal usage of 'you', updated installation manual

This commit is contained in:
ceriel
1991-11-19 13:44:09 +00:00
parent e9bb2115f1
commit d3766ed50c
13 changed files with 479 additions and 348 deletions

View File

@@ -7,17 +7,17 @@ Introduction
This is a short description of the newest feature in the
table driven code generator for the Amsterdam Compiler Kit.
It describes how to add register variables to an existing table.
This assumes you have the distribution of October 1983 or later.
It is not clear whether you should read this when starting with
This assumes a distribution of October 1983 or later.
It is not clear whether one should read this when starting with
a table for a new machine,
or whether you should wait till the table is well debugged already.
or waiting till the table is well debugged already.
.NH 1
Modifications to the table itself.
.NH 2
Register section
.PP
You can add just before the properties of the register one
of the following:
Just before the properties of the register one
of the following can be added:
.IP - 2
regvar
.IP -
@@ -127,7 +127,5 @@ Afterthoughts.
At the time of this writing the tables for the PDP 11 and the M68000 and
the VAX are converted, in all cases the two byte wordsize versions.
No big problems have occurred, but experience has shown that it is
necessary to check your table carefully for all patterns with locals in them
because if you forget one code will be generated by that one coderule
to use the memoryslot the local is not in.
necessary to check the table carefully for all patterns with locals in them.
Code may be generated that uses the memoryslot the local is not in.