home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- Path: sparky!uunet!mcsun!fuug!kiae!demos!elvis!gondor!imp
- From: imp@elvis.sovusa.com (Cyril Plisko)
- Subject: Re: SIMPLE assembly question...
- Message-ID: <1992Dec17.030640.28572@elvis.sovusa.com>
- Sender: news@elvis.sovusa.com
- Reply-To: imp@elvis.sovusa.com
- Organization: ELVIS Corp.
- References: <gn#@byu.edu>
- Date: Thu, 17 Dec 92 03:06:40 GMT
- Lines: 19
-
- In article @byu.edu, $dougn@sasb.byu.edu (Douglas R. Nebeker - MIS_SAS) writes:
- >
- >Here is a simple one:
- >
- >is there ANY difference between MOV ES,AX
- >
- >and PUSH AX
- > POP ES
- >
- >(besides the fact that the stack pointers get moved a little)???
- >
- >Does this affect ANY flags?
- >
- >Thanks!
- >
-
- Neihter MOV nor PUSH/POP commands does not affects to flags.
-
-
-