Rename move_block.txt to source/move_block.txt

This commit is contained in:
John Snape 2019-06-13 22:34:33 -07:00 committed by GitHub
parent 1e2f80ce8d
commit 2e1a8cb84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ CONT2 LDA ($40),Y /LOAD BYTE FROM SOURCE LOCATION
INY /INDEX TO NEXT BYTE
DEX /DECREMENT BYTE COUNT
BNE CONT2 /LOOP UNTIL ALL BYTES MOVED
RTS
RTS