Sender: nate AT cartsys DOT com Message-ID: <36CCBCDB.FA56AC1@cartsys.com> Date: Thu, 18 Feb 1999 17:22:35 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.1 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: error: operator size not specified References: <36CAF635 DOT 4E2454D6 AT pge DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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