Hey guys, I've been trying to write a simple Game of Life program for the
Model 100 and I'm having trouble understanding how to print character
blocks to the screen without it adding a carriage return after.

I want to print my Life grid on the screen, and then overwrite it with each
new generation without scrolling. I know how to do this with the PSET
command for an individual pixel, but it's way too slow to refresh my whole
screen that way. Is there a way to print a whole character at a given
coordinate in the same way?
-Jason

Reply via email to