From: dgraf AT midcoast DOT com Newsgroups: comp.os.msdos.djgpp Subject: Full Source to untweaked MODE 0x13 Code Date: Sun, 19 Jan 1997 02:38:39 GMT Organization: Agate Internet Services (AIS) Lines: 25 Message-ID: <32e184e0.21986013@news.agate.net> NNTP-Posting-Host: modem-063.midcoast.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Just got DJGPP: First impression: "What the F.. Oh, Very Kewl!!" I would like to find code vga graphics mode 0x13 non-tweaked. Took me 10 maybe 20 mins to get a working initmode13 inittext and plotpixel function set for mode 13h under turbo c. For some reason it taking me a while to get used to the AT&T asm notation that djgpp is using. well no problem I'll figure it out.. I've been through the reference the faq made. Just looking for 4 functions in inline asm. Can someone enlighten me? 1 init mode 13h 2 plot a pixel 3 a screaming-fast copy (like stosw) 4 init textmode 3 Just getting started on djgpp. Hope you guys can help. I'm hoping to write a few zelda type games. I'm no stranger to PC coding but DJGPP is gonna take some getting used to. Never really used DPMI ether but I've got all the information on it. DJGPP Rules!!