Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ZathrasXI committed Jan 4, 2024
1 parent 0e6c146 commit f6961e4
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions big_checkerboard.asm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@

//1 row of squares = 32 * 64 words =

(start)

@word
M=-1

@67
D=A
@KBD
D=D-M
@flip_word
D;JEQ

(setup)
@SCREEN
D=A

Expand Down Expand Up @@ -97,7 +107,14 @@ MD=M-1
@row
D;JGT

(end)
@end
@start
0;JMP

(flip_word)
@word
M=!M
@setup
0;JMP



0 comments on commit f6961e4

Please sign in to comment.