and you have EndTest and Test reversed. You are therefore causing an
overflow and loading bc with a huge number that is writing over vast
amounts of memory etc.
--
John Harrison
http://alumni.media.mit.edu/~harrison
Okay simple enough mistake on my part.
Beyond my error, when I first write 8*256 tiles of monochrome. Then I proceed to write 16*42 color tiles, how many tiles of monochrome do I replace with each color tile? Is it 2?
If so, that would allow us to write 16 color tiles before we start erasing the numbers and their shift representatives (!@#$). And then another additional 16 before we got to actual letters.
I think I may need to replace many more than that, so I fear losing the ability to simply write on the background conventionally, by typing in the character I want to. What can I do to approach this?