changed int?? to em??
This commit is contained in:
@@ -10,7 +10,7 @@ ACKDIR=$(EMHOME)/lib
|
||||
FE=fe
|
||||
INTABLES=pdp
|
||||
LNTABLES=acc apc abc ocm m2 vax4 i86 m68k2 m68k4 pmds pmds4 mantra \
|
||||
m68020 z8000 int22 int24 int44 6500 6800 6805 6809 i80 ns s2650 z80 \
|
||||
m68020 z8000 em22 em24 em44 6500 6800 6805 6809 i80 ns s2650 z80 \
|
||||
sun3 sun2 xenix3 minix minixST
|
||||
INCLUDES=-I$(EMHOME)/h
|
||||
CFLAGS=-O $(INCLUDES)
|
||||
|
||||
@@ -43,7 +43,7 @@ Two types of load files can be distinguished,
|
||||
\fIa.out\fP files containing machine code and \fIe.out\fP
|
||||
files containing virtual EM machine code.
|
||||
The last type is designed for interpretation; it is obtained by calling
|
||||
the compiler as \fIint22\fP, \fIint24\fP, or \fIint44\fP.
|
||||
the compiler as \fIem22\fP, \fIem24\fP, or \fIem44\fP.
|
||||
Compilation time for interpretation is fast and gives many
|
||||
runtime checks,
|
||||
but execution is about seven times slower.
|
||||
|
||||
Reference in New Issue
Block a user