home *** CD-ROM | disk | FTP | other *** search
- Nntp-Posting-Host: dougn.byu.edu
- Lines: 18
- Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!eff!news.byu.edu!news
- Message-ID: <gn#@byu.edu>
- Date: Wed, 16 Dec 92 15:08:25 MST
- Newsgroups: comp.os.msdos.programmer
- From: $dougn@sasb.byu.edu (Douglas R. Nebeker - MIS_SAS)
- Subject: SIMPLE assembly question...
- Keywords: assembly mov asm
- Organization: Brigham Young University
-
-
- 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!
-
- ____
-
- Douglas R. Nebeker Internet: $dougn@sasb.byu.edu
-
-