home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- Path: sparky!uunet!caen!nic.umass.edu!titan.ucc.umass.edu!urena
- From: urena@titan.ucc.umass.edu (Richard Urena)
- Subject: Re: SIMPLE assembly question...
- Message-ID: <BzF4vB.B1I@nic.umass.edu>
- Sender: usenet@nic.umass.edu (USENET News System)
- Organization: University of Massachusetts, Amherst
- References: <gn#@byu.edu> <1992Dec17.030640.28572@elvis.sovusa.com>
- Date: Thu, 17 Dec 1992 19:30:47 GMT
- Lines: 11
-
- In article <1992Dec17.030640.28572@elvis.sovusa.com> imp@elvis.sovusa.com writes:
- >>is there ANY difference between MOV ES,AX
- >>
- >>and PUSH AX
- >> POP ES
-
- MOV ES,AX takes up 2 clock cycles, vs. 18 for PUSH AX; POP ES
- Flags are not affected either way.
- --
- -=[ Richard Urena ]=-
- -=[ urena@titan.ucc.umass.edu ]=-
-