Can I legally do this syntax?
From: John Collyer (johncollyer_at_zoominternet.net)
Date: 01/21/04
- Previous message: Ivar: "Problem with bootable floppy emulator"
- Next in thread: Robert Wessel: "Re: Can I legally do this syntax?"
- Reply: Robert Wessel: "Re: Can I legally do this syntax?"
- Reply: Randall Hyde: "Re: Can I legally do this syntax?"
- Reply: Tim Roberts: "Re: Can I legally do this syntax?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Jan 2004 19:03:08 +0000 (UTC)
Hi,
Can I legally do this? Will the value of esi access the array and then mov
that value into esi? If so, I can
shorten some code.
memory dd 0ffffffffh dup(?)
mov esi,0ffffh
mov esi,memory[esi]
John Collyer
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
- Previous message: Ivar: "Problem with bootable floppy emulator"
- Next in thread: Robert Wessel: "Re: Can I legally do this syntax?"
- Reply: Robert Wessel: "Re: Can I legally do this syntax?"
- Reply: Randall Hyde: "Re: Can I legally do this syntax?"
- Reply: Tim Roberts: "Re: Can I legally do this syntax?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|