1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +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
adc Offset ; Assume carry to be clear
adc #Offset ; Assume carry to be clear
tax
; Check if the handshake setting is valid