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

@@ -25,7 +25,7 @@ Ror4:
ror ARTH+1
ror ARTH
bcc 1f ! no carry
lda #80h ! put carry in leftmost bit
lda #0x80 ! put carry in leftmost bit
ora ARTH+3
sta ARTH+3
1: dey