This commit is contained in:
4am 2018-01-08 10:57:16 -05:00
parent bc30b62afd
commit aba91066db

View File

@ -40,7 +40,7 @@ inputfilebuffer
Start Start
ldx #(CodeEnd-CodeStart)-1; copy code to lower memory so we can load graphic at $2000 ldx #(CodeEnd-CodeStart)-1; copy code to lower memory so we can load graphic at $2000
- lda CodeStart,x - lda CodeStart,x
sta $00fe,x sta $00fe,x
dex dex
bpl - bpl -
txs txs