Changes from Nigel Hall

This commit is contained in:
ceriel
1988-08-19 17:05:03 +00:00
parent f3a780ecec
commit 7f5dfa7bb2
18 changed files with 88 additions and 88 deletions

View File

@@ -17,7 +17,7 @@ Com:
sta ADDR ! address (lowbyte) of first byte
1: dey
lda (ADDR),y
eor #0FFh ! one complement
eor #0x0FF ! one complement
sta (ADDR),y
tya
bne 1b ! do it n times