home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11467 < prev    next >
Encoding:
Text File  |  1992-12-17  |  803 b   |  32 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!fuug!kiae!demos!elvis!gondor!imp
  3. From: imp@elvis.sovusa.com (Cyril Plisko)
  4. Subject: Re: SIMPLE assembly question...
  5. Message-ID: <1992Dec17.030640.28572@elvis.sovusa.com>
  6. Sender: news@elvis.sovusa.com
  7. Reply-To: imp@elvis.sovusa.com
  8. Organization: ELVIS Corp.
  9. References: <gn#@byu.edu>
  10. Date: Thu, 17 Dec 92 03:06:40 GMT
  11. Lines: 19
  12.  
  13. In article @byu.edu, $dougn@sasb.byu.edu (Douglas R. Nebeker - MIS_SAS) writes:
  14. >
  15. >Here is a simple one:
  16. >
  17. >is there ANY difference between  MOV ES,AX
  18. >
  19. >and                              PUSH AX
  20. >                                 POP ES
  21. >(besides the fact that the stack pointers get moved a little)???
  22. >
  23. >Does this affect ANY flags?
  24. >
  25. >Thanks!
  26. >
  27.  
  28. Neihter MOV nor PUSH/POP commands does not affects to flags.
  29.  
  30.  
  31.