Fix typo that makes a comment confusing

This commit is contained in:
John Lorentzson 2025-07-06 22:30:03 +02:00
parent 016d7ededd
commit ccd06bc8cb

View file

@ -274,7 +274,7 @@ is the responsibility of the pre-assembly compilation step."
;; In the event of no branch -- we're storing the result -- we skip over
;; an LDX #0 instruction if it succeeded, run if if the test failed.
(emit-asm-instruction :opcode #xA2 :operand 0 :byte-length 2)
;; And a NOP since the skip is three bytes, since in the even of a branch
;; And a NOP since the skip is three bytes, since in the event of a branch
;; it will be skipping over a whole JMP.
(emit-asm-instruction :opcode #xEA :byte-length 1)
;; Then, regardless if we skipped or not, we put the result we have in X,