changed int?? to em??
This commit is contained in:
@@ -9,5 +9,5 @@ dvu4.s
|
||||
eb.s
|
||||
em.s
|
||||
fpp.s
|
||||
int22
|
||||
em22
|
||||
mli4.s
|
||||
|
||||
@@ -5,7 +5,7 @@ which can be obtained by compiling the Pascal library with -DCPM,
|
||||
because the UNIX and CP/M conventions
|
||||
about end of file and end of line differ.
|
||||
Also, the size of "double" must be 4 bytes.
|
||||
To accomplish this, use the "int22" ack-description file from this
|
||||
To accomplish this, use the "em22" ack-description file from this
|
||||
directory, by putting it in the directory where you perform the compilation.
|
||||
Then the following sequence can be used to transmit it to CP/M.
|
||||
cv <e.out >file.cv
|
||||
|
||||
31
mach/z80/int/em22
Normal file
31
mach/z80/int/em22
Normal file
@@ -0,0 +1,31 @@
|
||||
# $Revision$
|
||||
var w=2
|
||||
var p=2
|
||||
var s=2
|
||||
var l=4
|
||||
var f=4
|
||||
var d=4
|
||||
var M=em22
|
||||
var NAME=em22
|
||||
var LIB=lib/em22/tail_
|
||||
var RT=lib/em22/head_
|
||||
var SIZE_FLAG=-sm
|
||||
var CPP_F=-DCPM=CPM
|
||||
var INCLUDES=-I{EM}/include/_tail_cc -I{EM}/include/_tail_mon
|
||||
name asld
|
||||
from .k.m.a.g
|
||||
to .out
|
||||
outfile e.out
|
||||
program {EM}/lib/em_ass
|
||||
mapflag -l* LNAME={EM}/{LIB}*
|
||||
mapflag -+* ASS_F={ASS_F?} -+*
|
||||
mapflag --* ASS_F={ASS_F?} --*
|
||||
mapflag -s* SIZE_FLAG=-s*
|
||||
args {SIZE_FLAG} \
|
||||
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
||||
(.p:{TAIL}={EM}/{LIB}pc) \
|
||||
(.b:{TAIL}={EM}/{LIB}bc) \
|
||||
(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
||||
(.b.c.p:{TAIL}={EM}/{LIB}mon)
|
||||
linker
|
||||
end
|
||||
Reference in New Issue
Block a user