home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!utoday!jaflrn!jaf
- From: Jon Freivald <jaf@jaflrn.UUCP>
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: SIMPLE assembly question...
- Keywords: assembly mov asm
- Message-ID: <0X0ZVB4w164w@jaflrn.UUCP>
- Date: Fri, 18 Dec 92 20:28:32 EST
- References: <gn#@byu.edu>
- Organization: The Wizzard's Cave, East Meadow, NY
- Lines: 22
-
- $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
-
- No
-
- > (besides the fact that the stack pointers get moved a little)???
- >
- > Does this affect ANY flags?
-
- It shouldn't
-
- =============================================================================
- Jon Freivald ( jaf%jaflrn@uunet.UU.NET )
- Nothing is impossible for the man who doesn't have to do it.
- =============================================================================
-