home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol006 / zxtab4.doc < prev   
Text File  |  1984-04-29  |  2KB  |  57 lines

  1. ZX65: Simulating a Micro                    Page T4
  2.  
  3.  
  4.                 *** TABLE 4 ***
  5.  
  6.  
  7.     A command summary for ZX65 (in alphabetical order)
  8.     --------------------------------------------------
  9.  
  10.  
  11.     COMMAND        FUNCTION
  12.     -------        --------
  13.  
  14.     C ------------- CPU register display & modify
  15.  
  16.     D ------------- Directory display of ZX65 files on drive B
  17.             Format: FILNAM.TYP    LOAD ADDR    # RECORDS
  18.  
  19.     E ------------- Examine block of memory. System will prompt
  20.             for starting address and number of bytes.
  21.  
  22.     G ------------- Go execute 6502 program per Current Program Counter.
  23.  
  24.     I ------------- Initialize a fresh disk on drive B. (Must be for-
  25.             matted.) System will prompt for verification.
  26.  
  27.     K ------------- Kill a ZX65 file on drive B. Similar to CP/M
  28.             ERA. System will prompt for file name.
  29.  
  30.     L ------------- Load a ZX65 file from drive B. System will prompt
  31.             for file name.
  32.  
  33.     M ------------- Memory substitution/modification. Use to view seq-
  34.             uential memory locations and update if desired.
  35.             System will prompt for address. Mode will then
  36.             continue in effect until a '.' is typed.
  37.  
  38.     R ------------- Load and run a ZX65 file from drive B, starting
  39.             at the address specified in the directory. (Must
  40.             be an executable 6502 program.)  System will
  41.             prompt for file name.
  42.  
  43.     S ------------- Save a ZX65 file on drive B. System will prompt
  44.             for file name, starting address, and number of
  45.             bytes.
  46.  
  47.     T ------------- Trace several 6502 instructions with display
  48.             following each step.  System will prompt for
  49.             desired number of steps.
  50.  
  51.     'SPACE' ------- Single-step command. System will execute one 6502
  52.             instruction, display the results, and stop.
  53.  
  54.  
  55.  
  56.  
  57.