BASIC ASCII v1.1 By Josh Kasten 	josh6818@hotmail.com	AIM: Josh222111

Ok so this is how it works put the ascii code into Y any num from 0-255.  Then X is where its going to put the the character.  Picking what row you want the character to be on by by puting 0-7 in to X 0 is the frist line.  To pick col you have to take the col you want times 256 0 being the frist col. So for exaple you want to put it at row 4 col 7 you would have to take 6*256+3->X to get it to do that get it? Well i hope so there is any exsampe program if you don't get and and ascii program to should all the ascii code and remeber asm programs must be run by Asm(.

BASIC ASCII v1.1 By Josh Kasten 	josh6818@hotmail.com	AIM: Josh222111