what's the differ between lea and mov offset ?
From: Amr Mostafa (amrgo_at_hotmail.com)
Date: 01/19/04
- Next message: John: "Re: Graphic Programming Tutorial?"
- Previous message: Matt Taylor: "Re: Flat Memory Model? or alternate?"
- Next in thread: Spike: "Re: what's the differ between lea and mov offset ?"
- Reply: Spike: "Re: what's the differ between lea and mov offset ?"
- Reply: Matt Taylor: "Re: what's the differ between lea and mov offset ?"
- Reply: xby: "Re: what's the differ between lea and mov offset ?"
- Reply: Adrian: "Re: what's the differ between lea and mov offset ?"
- Reply: Amr Mostafa: "Re: what's the differ between lea and mov offset ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 19 Jan 2004 18:55:56 +0000 (UTC)
Greetings all,
a beginner is here ! :)
I want to know what's the difference between using :
1- lea dx,string
2- mov dx,offset string
I'm confused! as I think both of them gets 'string' address in memory
and puts it in dx
thanks for help!
regards,
amr
- Next message: John: "Re: Graphic Programming Tutorial?"
- Previous message: Matt Taylor: "Re: Flat Memory Model? or alternate?"
- Next in thread: Spike: "Re: what's the differ between lea and mov offset ?"
- Reply: Spike: "Re: what's the differ between lea and mov offset ?"
- Reply: Matt Taylor: "Re: what's the differ between lea and mov offset ?"
- Reply: xby: "Re: what's the differ between lea and mov offset ?"
- Reply: Adrian: "Re: what's the differ between lea and mov offset ?"
- Reply: Amr Mostafa: "Re: what's the differ between lea and mov offset ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|