Fixed recently introduced addressing mode bug.

This commit is contained in:
Oliver Schmidt 2022-12-22 21:50:38 +01:00
parent d90c7e9853
commit 1daa445310
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ SER_OPEN:
asl
asl
asl
adc Offset ; Assume carry to be clear
adc #Offset ; Assume carry to be clear
tax
; Check if the handshake setting is valid