1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-12 02:25:03 +00:00

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

View File

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