home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / cpm / 945 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!iowasp.physics.uiowa.edu!syswtr
  2. From: syswtr@iowasp.physics.uiowa.edu
  3. Newsgroups: comp.os.cpm
  4. Subject: Re: Undocumented Z80 Opcodes
  5. Message-ID: <1992Jul23.091100.1@iowasp.physics.uiowa.edu>
  6. Date: 23 Jul 92 15:11:00 GMT
  7. References: <9207211456.AA03307@LL.MIT.EDU> <1992Jul23.033020.838@wyvern.twuug.com>
  8. Sender: news@space.physics.uiowa.edu
  9. Organization: Department of Physics and Astronomy, University of Iowa
  10. Lines: 21
  11. Nntp-Posting-Host: iowa4.physics.uiowa.edu
  12.  
  13. In article <1992Jul23.033020.838@wyvern.twuug.com>, alpha@wyvern.twuug.com (Joe Wright) writes:
  14. > sage@LL.MIT.EDU (Jay Sage) writes:
  15. > : Willy answered me with:
  16. > : 
  17. > : >> Both the '180 and '280 have expanded instruction sets that make use of
  18. > : >> the so-called un-documented instructions, particularly in the ED-xx
  19. > : >> group...
  20. > : 
  21. > : Thanks for the reply, but I did not completely understand it.  I knew, of
  22. > : course, that the Z180 and Z280 had expanded instruction sets, and I would
  23. > : have guessed that most if not all of the so-called undocumented Z80 opcodes
  24. > : would have been used.  The question is, do none, some, or all of the
  25. > : formerly undocumented codes work on the Z180 and Z280 chips as they do on
  26. > : the Z80? 
  27.  
  28. As things turn out, the Hitachi '180 traps all unused opcodes.  Undefined 
  29. opcodes generate an interrupt (non-maskable, of course), set the trap bit
  30. in the ITC register, and vector to  logical address zero (for MP/M and
  31. CP/M systems, this will simply end the program).
  32.  
  33.   Willy
  34.