home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / sigmv006.ark / ZXTAB1.DOC < prev    next >
Encoding:
Text File  |  1985-02-18  |  888 b   |  39 lines

  1. ZX65: Simulating a Micro                    Page T1
  2.  
  3.  
  4.                 *** TABLE 1 ***
  5.  
  6.     Functions which ZX65 requires of the host system, and their
  7.     locations within the interpreter.
  8.     -----------------------------------------------------------
  9.  
  10.     FUNCTION                    ADDRESS
  11.     --------                    -------
  12.  
  13. 1.    Test console input status --------------------- 7A2EH
  14.  
  15. 2.    Get single character from console ------------- 7A2BH
  16.  
  17. 3.    Send single character to console -------------- 7A28H
  18.  
  19. 4.    Select disk drive (A or B) -------------------- 7A34H
  20.  
  21. 5.    Home R/W head of selected drive --------------- 7A31H
  22.  
  23. 6.    Set disk transfer buffer address -------------- 7A3DH
  24.  
  25. 7.    Set sector number for next disk access -------- 7A37H
  26.  
  27. 8.    Set track number for next disk access --------- 7A3AH
  28.  
  29. 9.    Read one sector from selected drive ----------- 7A40H
  30.  
  31. 10.    Write one sector to selected drive ------------ 7A43H
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.