home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / intel / 2151 < prev    next >
Encoding:
Text File  |  1992-11-04  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.intel
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!usenet-feed.cc.umr.edu!mcs213d.cs.umr.edu!mcastle
  3. From: mcastle@mcs213d.cs.umr.edu (Michael R Castle)
  4. Subject: Re: Undocumented instructions in x86 CPUs
  5. References: <mostert.51@cs.sun.ac.za>
  6. Date: Thu, 5 Nov 1992 10:17:17 GMT
  7. Nntp-Posting-Host: mcs213d.cs.umr.edu
  8. Organization: University of Missouri - Rolla
  9. Sender: cnews@umr.edu (UMR Usenet News Post)
  10. Message-ID: <1992Nov5.101717.26632@umr.edu>
  11. Lines: 22
  12.  
  13. In article <mostert.51@cs.sun.ac.za> mostert@cs.sun.ac.za (A. Mostert) writes:
  14. >
  15. >Hi all
  16. >
  17. >I just became aware of an undocumented instruction that (I think) works on
  18. >all members of the x86 family. The opcode is D4 10 and it does this:
  19. >   AH = AL >> 4
  20. >   AL = AL & 0xF
  21. >Is this a well known instruction ? Does anyone know of any other instructions
  22. >(besides LOADALL and the 386 bit string stuff) that Intel did not tell us
  23. >about ?
  24.  
  25. hmm.... listed in my Microprocessors and Peripheral Handbook... AAM 
  26.  
  27. Also, 
  28. AAA   37
  29. AAS   3F
  30. AAD   D5 10
  31.  
  32. maybe you just need better documentation   :-> 
  33.  
  34. mrc
  35.