Fix typo that makes a comment confusing
This commit is contained in:
parent
016d7ededd
commit
ccd06bc8cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
;; 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.
|
;; an LDX #0 instruction if it succeeded, run if if the test failed.
|
||||||
(emit-asm-instruction :opcode #xA2 :operand 0 :byte-length 2)
|
(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.
|
;; it will be skipping over a whole JMP.
|
||||||
(emit-asm-instruction :opcode #xEA :byte-length 1)
|
(emit-asm-instruction :opcode #xEA :byte-length 1)
|
||||||
;; Then, regardless if we skipped or not, we put the result we have in X,
|
;; Then, regardless if we skipped or not, we put the result we have in X,
|
||||||
|
|
Loading…
Add table
Reference in a new issue