/
This commit is contained in:
parent
e021590fa6
commit
0ff78394b6
3 changed files with 11 additions and 8 deletions
|
|
@ -11,7 +11,8 @@
|
|||
|
||||
SNAKE START 0
|
||||
|
||||
FIRST CLEAR A
|
||||
FIRST LDA #0x44
|
||||
STA DIREC
|
||||
LOOP JSUB RENDER
|
||||
|
||||
JSUB WAIT
|
||||
|
|
@ -64,7 +65,6 @@ L6 STCH DIREC
|
|||
L7 .check bounds
|
||||
.for (pos : snakex/y) assert x/y >= 0 && x/y <= 15
|
||||
|
||||
JSUB RENDER
|
||||
J LOOP
|
||||
|
||||
HALT J HALT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue