READ_ME 886 B

1234567891011121314151617181920212223
  1. The interpreter contained here is tested under CP/M on a RC702 Z80
  2. microcomputer. Make it by typing `doas'.
  3. E.out files to interpret must be made with a special Pascal library
  4. using whatever means available, because the UNIX and CP/M conventions
  5. about end of file and end of line differ.
  6. Then the following sequence can be used to transmit it to CP/M.
  7. cv <e.out >file.cv
  8. dl file.cv file.hex
  9. < Transmission to file.hex under CP/M using pip >
  10. LOAD FILE
  11. The resulting file.com can be used as an argument to the interpreter.
  12. This implementation has been tested but is not guaranteed to be complete.
  13. Simple UNIX-system calls have been implemented but anything except
  14. terminal I/O has not been thoroughly tested.
  15. Please send any errors in the implementation to
  16. Hans van Staveren
  17. Vrije Universiteit
  18. Wiskundig Seminarium
  19. De Boelelaan 1081
  20. 1081 HV Amsterdam
  21. Holland
  22. ..!decvax!mcvax!vu44!sater