home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / sigmv006.ark / ABSTRACT.006 < prev    next >
Text File  |  1984-04-29  |  1KB  |  35 lines

  1.  
  2.     This disk contains the following files, as described briefly
  3. here:
  4.  
  5.  
  6. 1:    ZXART.DOC  This is the original text of the article which app-
  7.     eared in the August, 1980 edition of Dr. Dobb's Journal.
  8.  
  9. 2:    ZXTABx.DOC  These tables are also part of the text for the ar-
  10.     ticle.  ** NOTE:  Where addresses appear in these tables, they
  11.     pertain to a 32K byte system with standard 512 byte CBIOS. For
  12.     any other size system loaded just below CBIOS as described, the
  13.     first two digits of these addresses will be {CBIOS page minus
  14.     four}. I.E. for standard 32K, CBIOS page is 7EH. Subtract four
  15.     and the result is 7AH.
  16.  
  17. 3:    ZXHINTS.DOC  A little additional useful information on loading
  18.     and running ZX65.
  19.  
  20. 4:    ZX65R.ZSM  The Z80 source code for the interpreter. Version 2.1
  21.     is relocatable and must be linked with ZXLDR following assembly.
  22.  
  23. 5:    ZXLDR.ZSM  Source code for the system 'booter.' CP/M loads ZX65R
  24.     normally into the bottom of the TPA at 100H. ZXLDR finds CBIOS,
  25.     calculates and inserts the relocation offsets, and then boots
  26.     ZX65 up to high memory and jumps to it.  Version 2.1 must be lin-
  27.     ked with ZX65R following assembly for this to work.
  28.  
  29. 6:    ZX65R/XX.PRN and ZXLDR/XX.PRN  This is the listing output of the
  30.     assembler, showing system memory locations PRIOR TO RELOCATION.
  31.  
  32. 7:    ZX65.COM  Getting down to business...you should be able to
  33.     run this file immediately simply by typing 'ZX65' to the
  34.     CP/M prompt. 
  35.