Mail Archives: djgpp/1995/09/25/13:48:26
Thanks to all of your help, I think my DJGPP is up and running!
now it's time to get down to coding!!
I want to code demos which include graphics. In my demos, I dont use any
libs (so far its my own ASM routines), but if anyone recommends some good
libs for demos, email me!!!
So, I tried to do this line in DJGPP (works fine in Turbo C++):
_AX = 0x0013 /* Gets into Mode 13H */
and i got an error message. How do I write this in DJGPP's ASM? Please
help me out and tell me if there is a special way to do ASM in DJGPP.
Plus, if anyone has time, please tell me how to do this DJGPP:
unsigned char *vga = (unsigned char *) MK_FP(0xA000, 0);
thanks
'
If there are any other special graphics cases in DJGPP, please tell me!
thansk
twm AT escape DOT com
- Raw text -