changed int?? to em??
This commit is contained in:
@@ -393,7 +393,7 @@ var l=4 # long size 4
|
||||
var f=4 # float size 4
|
||||
var d=8 # double size 8
|
||||
var M=int # Unused in this example
|
||||
var NAME=int22 # for cpp (NAME=int results in #define int 1)
|
||||
var NAME=em22 # for cpp (NAME=em22 results in #define em22 1)
|
||||
var LIB=mach/int/lib/tail_ # part of file name for libraries
|
||||
var RT=mach/int/lib/head_ # part of file name for run-time startoff
|
||||
var SIZE_FLAG=\-sm # default internal table size flag
|
||||
@@ -425,7 +425,7 @@ would result in the following
|
||||
calls (with exec(II)):
|
||||
.DS X
|
||||
.ta 4n
|
||||
1) /lib/cpp \-I../h \-I/usr/em/include \-Dint22 \-DEM_WSIZE=2 \-DEM_PSIZE=2 \e
|
||||
1) /lib/cpp \-I../h \-I/usr/em/include \-Dem22 \-DEM_WSIZE=2 \-DEM_PSIZE=2 \e
|
||||
\-DEM_SSIZE=2 \-DEM_LSIZE=4 \-DEM_FSIZE=4 \-DEM_DSIZE=8 prog.c
|
||||
2) /usr/em/lib/em_cem \-Vw2i2p2f4s2l4d8 \-l
|
||||
3) /usr/em/lib/em_ass \-sm /usr/em/mach/int/lib/head_cc \-o e.out prog.k
|
||||
|
||||
@@ -852,19 +852,19 @@ z8000 Zilog 8000 2/2 C z8000 Central Data
|
||||
Occam
|
||||
Modula-2
|
||||
|
||||
int22 EM machine 2/2 C * int22 Needs interpreter
|
||||
em22 EM machine 2/2 C * em22 Needs interpreter
|
||||
Pascal
|
||||
Basic
|
||||
Occam
|
||||
Modula-2
|
||||
|
||||
int24 EM machine 2/4 C * int24 Needs interpreter
|
||||
em24 EM machine 2/4 C * em24 Needs interpreter
|
||||
Pascal
|
||||
Basic
|
||||
Occam
|
||||
Modula-2
|
||||
|
||||
int44 EM machine 4/4 C * int44 Needs interpreter
|
||||
em44 EM machine 4/4 C * em44 Needs interpreter
|
||||
Pascal
|
||||
Basic
|
||||
Occam
|
||||
@@ -903,7 +903,7 @@ z80 Hermac/z80 2/2 C z80 \fIi80\fP is faster
|
||||
s2650 Signetics 2650 s2650 Assembler only
|
||||
.TE
|
||||
.PP
|
||||
The commands \fBint22\fP, \fBint24\fP and \fBint44\fP
|
||||
The commands \fBem22\fP, \fBem24\fP and \fBem44\fP
|
||||
produce e.out files with EM machine code which must be interpreted.
|
||||
The Kit contains two interpreters: one running under PDP 11/V7 UNIX,
|
||||
and one for the M68000, running under the PMDS system, SUN systems,
|
||||
@@ -915,7 +915,7 @@ The interpreter for the M68000 traps if you try to use floating point.
|
||||
.LP
|
||||
The program \fBem\fP in the bin directory calls the appropriate
|
||||
interpreter.
|
||||
The interpreters are sought in the int22, int24 and int44
|
||||
The interpreters are sought in the em22, em24 and em44
|
||||
subdirectories of lib.
|
||||
.NH
|
||||
Compilation on a different machine.
|
||||
|
||||
Reference in New Issue
Block a user