Defining video memory
Posted: Wed Mar 24, 2004 12:00 am
For VGA functions I write bytes directly to video memory. The problem is, when I define video memory in C like this:
byte *VGA = (byte *)0xA0000;
TCC freaks out saying 'declaration syntax error'. Why might this be?
byte *VGA = (byte *)0xA0000;
TCC freaks out saying 'declaration syntax error'. Why might this be?