Computer Display Text Move Up
if the following are true:
- byte at ID: c, cell #27 at time t = 1
- cursor x at time t = 39
- cursor y at time t = 11
then display text at x: x, y: y, and time: (t + 1) = display text at x: x, y: (y + 1), and time: t
Comments
Please log in to add comments