home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol005 / cpudiag.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.8 KB  |  52 lines

  1.  
  2.           Microcosm Associates CPU Test/Diagnostic
  3.  
  4.                           for the
  5.  
  6.                        8080 and 8085
  7.  
  8.     
  9.     Donated to the "SIG/M" CP/M User's Group by Kelly Smith
  10.  
  11.  
  12.  This is an extensive diagnostic for the 8080 and 8085 CPU, and 
  13. exercises  most functions of the processor.  This diagnostic is 
  14. NOT for the Z80,  but may be modified as required to handle the 
  15. incompatible  "Sign/Parity  Flag  Bit".   This  diagnostic  was 
  16. especially helpful in tracking down problems I encountered with 
  17. early production run's of the NEC 8080 which exhibited problems 
  18. with the "Aux Carry Flag Bit" when doing "DAA's".
  19.  
  20.  A  succesful  run of the program will  display  the  following 
  21. message:
  22.  
  23. CPU IS OPERATIONAL
  24.  
  25.  an  unsuccesful run of the program will display the  following 
  26. message:
  27.  
  28. CPU HAS FAILED!   ERROR EXIT=NNNN
  29.  
  30.  Where  "NNNN" is the address location AFTER the test  failure. 
  31. The  CPUDIAG.PRN file may then be referenced as to the  address 
  32. location  "EXIT" of the failure,  to determine the exact nature 
  33. of the problem. Error address's were not included in the ".DOC" 
  34. file,  because  the program is typically relocated in PROM  for 
  35. system  diagnostic  purposes.  The  program  has  however  been 
  36. CP/Mified to run as a ".COM" file,  with BDOS calls for console 
  37. I/O.
  38.  
  39.  This  program  also serves as a very good "tutorial aid"  when 
  40. traced  with Digital Research's DDT or SID,  to gain  a  better 
  41. understanding of register manipulation and arithmetic processes 
  42. of the 8080 and 8085 CPU.
  43.  
  44.  
  45.                               Kelly Smith, Microcosm Associates
  46.                               3055 Waco Avenue
  47.                               Simi Valley, California, 93065
  48.                               (805) 527-9321 (Modem, CP/M-NET)
  49.                               (805) 527-0518 (Verbal)
  50.  
  51.  
  52.