Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinNE committed May 20, 2018
1 parent 8d43731 commit b9b6f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alien-intro.s
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ main:
ldy #0
jsr 65520
ldy #0
@loop: lda LoadCmd,Y
@loop: lda LoadCmd,Y ; Write in the keyboard buffer
sta 631,Y
iny
cpy #LoadCmdLen
Expand Down

0 comments on commit b9b6f63

Please sign in to comment.