On Jul 24, 4:19=A0pm, Frank Kotler <fbkot...@[EMAIL PROTECTED]
> wrote:
-- SNIP --
> > . My jump references are fine but when I try to access
> > variables, I get nulls instead of the actual data.
> xor ax, ax
> mov ds, ax
> ASSume nothing, except that your code is loaded at 7C00h, and the boot
> drive is in dl. Might want to think about where your stack is, too...
>
> Best,
> Frank
OMG, you were right!!! I set the ds, as you've suggested with a:
mov ax, cs
mov ds, ax
=2E..and it worked!


|