home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / m68k / 1065 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1020 b 

  1. Path: sparky!uunet!munnari.oz.au!mips!mips!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!uniol!hb.maus.de!ms.maus.de!Sandor_Scari
  2. From: Sandor_Scari@ms.maus.de (Sandor Scari)
  3. Newsgroups: comp.sys.m68k
  4. Subject: Re: Zero-suppressed register?
  5. Message-ID: <A46550@MS.maus.de>
  6. Date: Tue, 25 Aug 92 22:30:00 GMT
  7. References: <A47192@HB.maus.de>
  8. Organization: MausNet
  9. Lines: 12
  10. X-Gateway: MausGate/News 1.11
  11.  
  12. t>      I do a little bit of 680xx programming for the Macintosh, and
  13. t>have occassionally seen mention of a "zero supressed register",
  14. t>denoted by e.g., ZA0.  I couldn't find any mention of such an animal
  15. t>in the Motorola User's Guides, and am curious what it is.  Is it
  16. t>something to do with the MMU and/or specific to a particular OS?
  17.  
  18. No, its not an MMU or OS Feature.  Its is hardware (or microcode) of the CPU.
  19. The "Z" is the assembler notation of the "IS"-bit (Index Suppress) of the Full
  20. Format Extension Word(s) on CPUs >= 68020.
  21.  
  22. The suppressed register is NOT added in the address calcualtion.
  23. S\'andor
  24.