home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11521 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  962 b 

  1. Path: sparky!uunet!utoday!jaflrn!jaf
  2. From: Jon Freivald <jaf@jaflrn.UUCP>
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: SIMPLE assembly question...
  5. Keywords: assembly mov asm 
  6. Message-ID: <0X0ZVB4w164w@jaflrn.UUCP>
  7. Date: Fri, 18 Dec 92 20:28:32 EST
  8. References: <gn#@byu.edu>
  9. Organization: The Wizzard's Cave, East Meadow, NY
  10. Lines: 22
  11.  
  12. $dougn@sasb.byu.edu (Douglas R. Nebeker - MIS_SAS) writes:
  13.  
  14. > Here is a simple one:
  15. > is there ANY difference between  MOV ES,AX
  16. > and                              PUSH AX
  17. >                                  POP ES
  18.  
  19. No
  20.  
  21. > (besides the fact that the stack pointers get moved a little)???
  22. > Does this affect ANY flags?
  23.  
  24. It shouldn't
  25.  
  26. =============================================================================
  27.                    Jon Freivald ( jaf%jaflrn@uunet.UU.NET )
  28.      Nothing is impossible for the man who doesn't have to do it.
  29. =============================================================================
  30.