home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / electron / 14310 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  797 b 

  1. Path: sparky!uunet!wupost!waikato.ac.nz!aukuni.ac.nz!kcbbs!kc
  2. Newsgroups: sci.electronics
  3. Subject: 8051 PUSH P2 question
  4. Message-ID: <14042.226925695@kcbbs.gen.nz>
  5. From: Steve_Baldwin@kcbbs.gen.nz (Steve Baldwin)
  6. Date: 14 Aug 92 03:54:02 GMT
  7. References: <9208121223.AA05108@glas.apc.org>
  8. Organization: Kappa Crucis Unix BBS, Auckland, New Zealand
  9. Lines: 13
  10.  
  11. At least you took the time to do a bit of reading about it. It's something 
  12. that isn't made very clear (if at all). 
  13. It's not a read-modify-write instruction and as such is read from the 
  14. pins. ie. you would get the MSB of the last fetch on P2.
  15.  
  16. Because of that, you can be caught by the pin being externally pulled 
  17. low on any port pin too.
  18.  
  19. It also makes the MOVX @Ri instructions a waste of time with an external 
  20. code source.
  21.  
  22. Steve.
  23.  
  24.