home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 284_01 / read_me.070 < prev    next >
Encoding:
INI File  |  1989-03-13  |  2.1 KB  |  56 lines

  1. [READ-ME.070]
  2.  
  3. Wellcome to the PORTABLE 8080 system.
  4.  
  5. This package is designed to run a CP/M-80 system under non-8080
  6. micros.  Main part of the package is an interpreter of 8080
  7. machine codes, which is written in C language with portable
  8. codings.  I tested my program on some different machines
  9. including an MS-DOS personal computer and a unix workstation.
  10. I believe that you can port the program to many machines without
  11. much troubles. Current version is configured for Borland's Turbo
  12. C 1.5.
  13.  
  14. CP/M itself is not included in the package, because it is not
  15. public domained, and its copyrights are held by Digital
  16. Research.  You have to construct your CP/M system by yourself.
  17. I wrote some tools to support porting CP/M, which are included
  18. in the package.  I also put ready-to-use CP/M BIOS in it.  Your
  19. job will not be so hard.
  20.  
  21. Some stand-alone programs are also included, which run on
  22. the portable 8080 system without CP/M.  They include a famous
  23. Palo Alto Tiny BASIC.  It demonstrates the power of our 8080
  24. interpreter to execute tricky self-rewriting codes.
  25.  
  26. This package contains the following programs.  Their sources
  27. are also included.  Note that all files with extention '.ASM' in
  28. the package are CP/M ASM sources for 8080 and '.COM' are CP/M
  29. commands.
  30.  
  31. i8080.exe    a portable 8080
  32. cpmfile.exe    access virtual CP/M disks
  33. newdsk.exe    initialize virtual CP/M disks
  34. mkhex.exe    create CP/M boot image file (CPMxx.HEX)
  35.  
  36. bios20.hex    assembled 20KB BIOS
  37.  
  38. getsys.hex    a stand-alone utility to extract CP/M system
  39. copyall.hex    a stand-alone utility to copy virtual CP/M disks
  40. basic.hex    a stand-alone BASIC (famous Palo Alto version)
  41.  
  42. halt.com    a vertual CP/M command to exit to host OS
  43.  
  44.                         Apr. 1, 1988
  45.                         M. Sekiguchi
  46.  
  47.                         1-22-3 Mejirodai
  48.                         Hachioji
  49.                         Tokyo 193 JAPAN
  50.  
  51. ----------------
  52. CP/M is a registered trademark of Digital Research Japan,
  53. MS-DOS is a registered trademark of Microsoft Japan,
  54. Turbo C is a trademark of Borland International,
  55. and unix is a name of AT&T's OS, while it's not their trademark.
  56.