home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11575 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1015 b   |  31 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!fstop.csc.ti.com!fstop.csc!herman
  3. From: herman@galileo.telecom.ti.com (Herman Schuurman)
  4. Subject: Re: SIMPLE assembly question...
  5. In-Reply-To: jaf@jaflrn.UUCP's message of 19 Dec 92 01:28:32 GMT
  6. Message-ID: <HERMAN.92Dec22102759@galileo.telecom.ti.com>
  7. Sender: usenet@csc.ti.com
  8. Nntp-Posting-Host: galileo.telecom.ti.com
  9. Organization: TI Telecom Systems, Dallas
  10. References: <gn#@byu.edu> <0X0ZVB4w164w@jaflrn.UUCP>
  11. Date: Tue, 22 Dec 1992 16:27:59 GMT
  12. Lines: 17
  13.  
  14. There is one more important difference between
  15.  
  16.     MOV ES,AX
  17.  
  18. and
  19.  
  20.     PUSH AX
  21.     POP ES
  22.  
  23. If the stack pointer contains the value 1 before the PUSH, your
  24. microprocessor may shut down due to lack of stack space.
  25.  
  26. --
  27. Herman Schuurman               Internet: herman@telecom.ti.com
  28. Texas Instruments Inc.         TI MSG:   DTCH
  29. PO Box 869305  MS 8486         Voice:    (214) 575-6548
  30. Plano, Tx 75086                Fax:      (214) 575-6567
  31.