Pristine Ack-5.5
[Ack-5.5.git] / mach / z80 / int / READ_ME
1 The interpreter contained here is tested under CP/M on a RC702 Z80
2 microcomputer. Make it by typing `make'.
3 E.out files to interpret must be made with a special Pascal library,
4 which can be obtained by compiling the Pascal library with -DCPM,
5 because the UNIX and CP/M conventions
6 about end of file and end of line differ.
7 Also, the size of "double" must be 4 bytes.
8 To accomplish this, use the "em22" ack-description file from this
9 directory, by putting it in the directory where you perform the compilation.
10 Then the following sequence can be used to transmit it to CP/M.
11 cv <e.out >file.cv
12 dl file.cv file.hex
13 < Transmission to file.hex under CP/M using pip >
14 LOAD FILE
15
16 The resulting file.com can be used as an argument to the interpreter.
17 This implementation has been tested but is not guaranteed to be complete.
18 Simple UNIX-system calls have been implemented but anything except
19 terminal I/O has not been thoroughly tested.
20
21 Also, some changes have been made to convert the interpreter to the
22 new assembler syntax. This has never been tested, because we don't have
23 the target machine anymore.