Posted By
 Csabo on 2012-08-07 21:11:45
| Re: Searchin' for a char editor...
I don't think that's odd... It's either character based (GRAPHIC 0) or bitmap based (all other GRAPHIC modes).
Entering GRAPHIC 2, 1 : CHAR 1, 0, 20, "A" : GRAPHIC 1 reveals that it goes to the correct place on the bitmaps, as expected. Does the programming book you're referring to really claim that the CHAR command would check the Y coordinate and switch modes accordingly if Y >= 20? |