Computer Display Cursor X Move (1)
if the following are true:
- byte at ID: c, cell #27 at time t = 1
- cursor x at time t < 39
then cursor x at time (t + 1) = (cursor x at time t) + 1
Comments
Please log in to add comments
if the following are true:
then cursor x at time (t + 1) = (cursor x at time t) + 1
Please log in to add comments