Re: esp question

Edward Di Geronimo Jr. (edwdig@bergen.org)
Mon, 10 Feb 1997 18:37:17 -0500

>I believe you will need to do something like this:
>
>mov oself.handle, ds:[0]
>mov oself.chunk, si
>
>(you could also use ".high" and ".low" or
> ".segment" and ".offset")

That didn't work, can't move memory to memory, one of them has to be a
register, so I did:

mov ax, ds:[0]
movdw oself, axsi

------------------------------------------------------------------------
| Don't you have geek code? I'm proud to be a geek! |
| -Miss Lucey, almighty webgoddess of bergen.org, on geek code |
------------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
------------------------------------------------------------------------