home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug001.arc / CPU.HLP < prev    next >
Text File  |  1979-12-31  |  2KB  |  65 lines

  1. CPU Test - Introduction            A CPU Test Program
  2.    Operating Instructions           by  SUPERSOFT
  3.    Command Line Parameters   
  4. : CPU Test 
  5.  
  6. Command line options:  disk log.
  7.  
  8. Test and features:
  9.  
  10. .  Determine whether you are using a Z80  or  an  8080/8085.
  11.  
  12. .  Check the speed at which your CPU runs.  
  13.  
  14. .  Test each of the instructions that your CPU  is  able  to
  15.   execute, check all  results,  and  report  any  errors.
  16.   
  17.  
  18.   The CPU test  ("CPU")  interprets  a  program  that  is
  19. designed to execute all  single  instruction  sequences  and
  20. many multiple instruction sequences.  After each instruction
  21. sequence, the program tests all of the CPU registers to  see
  22. that the proper registers changed correctly, and only  those
  23. registers changed.   This  will  detect,  for  instance,  if
  24. storing  into  the  A  register  affects  the  B   register.
  25. : CPU Test Operating Instructions 
  26.  
  27.  
  28.  1.  In response to the system prompt, type "CPU".  The  CPU
  29.   test accepts  the  following  command  line  parameter:
  30.   "LOG".  If you wish to direct the output from the  test
  31.   to a disk file then enter the word "LOG" on the command
  32.   line;  otherwise  leave  it  blank.    You  will   see:
  33.  
  34.   Diagnostics II    CPU Test 
  35.  
  36.   Copyright (c) 1981    SuperSoft Associates 
  37.  
  38.  2.  After  the copyright notice the  following  line  is
  39.   displayed:  
  40.  
  41.   ABCDEFGHIJKLMNOPQRSTUVWXYZ 
  42.  
  43.   Each character represents a short preliminary  test  of
  44.   the CPU.  If this sequence is not printed, the  CPU  is
  45.   faulty, perhaps too faulty to give reliable results  on
  46.   the rest of the test.    Included  in  the  preliminary
  47.   tests are tests of the jump  instructions  and  various
  48.   other instructions that are crucial to the  performance
  49.   of the test.  Also included is a checksum of  the  test
  50.   itself.   This  helps  to  determine  if  the  test  is
  51.   residing in memory correctly.  
  52. : CPU Test Command Line Parameters 
  53.  
  54.   The command line takes the following form:  
  55.  
  56.  
  57.   A>CPU [LOG]
  58.  
  59.  
  60.    Where  
  61.  
  62.            LOG: If "LOG" is present then the test output
  63.               will be logged to disk, otherwise all test
  64.               output will be sent to the console.
  65.