Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Assembly x86 > Re: VESA Modes
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 11 Topic 4577 of 4729
Post > Topic >>

Re: VESA Modes

by Frank Kotler <spamtrap@[EMAIL PROTECTED] > Mar 17, 2008 at 11:40 PM

Frank Kotler wrote:
> Alex Buell wrote:

....
>> I have made both the executables and sources freely available;
>> http://www.munted.org.uk/programming/vmode.zip

....
> I'll reboot 
> to dos and give it a shot... sometime soon...

Yeah! Works great! I tried "mov ax, data", and as expected, it 
eliminates the need for "+ OFFSET". Was this "converted" from a .com 
file to .exe? In "-f obj" mode, Nasm knows the special symbol "..start" 
for the entrypoint, and knows it needs to be "global". I was also 
getting complaints from the linker about no stack segment...

segment stack stack
resw 100h ; should be "enough for anybody" :)

will shut *that* up.

(the first "stack" is just a name, and could be anything - the second 
"stack" is crucial... so Nasm knows what to tell the linker)

I'm using David Lindauer's "val" modification "valx" as a linker (all 
I've currently got installed on the "real dos" drive). May be different 
for wlink... That's open Watcom's linker? "Should" work the same with 
all (16-bit OMF) linkers, but that's probably a fantasy...

Nice job, Alex. Definitely worth the reboot! :)

Best,
Frank
 




 11 Posts in Topic:
VESA Modes
Alex Buell <spamtrap@  2008-03-17 20:17:16 
Re: VESA Modes
Frank Kotler <spamtra  2008-03-17 22:36:15 
Re: VESA Modes
Frank Kotler <spamtra  2008-03-17 23:40:04 
Re: VESA Modes
Terence <spamtrap@[EM  2008-03-17 15:28:04 
Re: VESA Modes
Dirk Wolfgang Glomp <  2008-03-18 07:43:50 
Re: VESA Modes
Alex Buell <spamtrap@  2008-03-18 18:09:56 
Re: VESA Modes
Dirk Wolfgang Glomp <  2008-03-19 00:14:01 
Re: VESA Modes
Alex Buell <spamtrap@  2008-03-18 14:39:02 
Re: VESA Modes
Frank Kotler <spamtra  2008-03-19 08:46:31 
Re: VESA Modes
Alex Buell <spamtrap@  2008-03-19 15:41:34 
Re: VESA Modes
dirk <spamtrap@[EMAIL   2008-03-19 12:50:15 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 14:46:48 CDT 2008.