Mail Archives: djgpp/1999/02/18/20:25:09
Mike purtell wrote:
>
> This could probably be cleared up a lot easier if I had Mathew
> Mastracci's email ID ( This is from his "how to nasm with DJGPP"
> tutorial section 4.3 [and this sucker won't compile]) but since I
> don't...
>
> The following function bails at the line
>
> mov [VideoRAM], 0ffffh
[snip]
> VideoRAM dw 0000hand declared the function
> [GLOBAL _InitGraphics__Fv]
Try
mov word [VideoRAM], 0ffffh
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -