Anybody know how I can get a 32-bit memory reference in 16-bit mode? 

If I do this:
        mov     $0x400000, %esi
        addr32  movb    $0,(%esi)

I get a GPF on the add32 part, although the generated code is correct. 

HELP!

ron

Reply via email to