Skip to content

Commit

Permalink
Fixed some more opcode errors in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
RPGHacker committed Jul 14, 2023
1 parent b9a1fe5 commit 2b29a7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ <h4 id="standard-defines">Standard Defines</h4>
BRA $00
BRK
BRK #$00
BRL $00
BRL $0000
BVC $00
BVS $00
CLC
Expand Down Expand Up @@ -512,8 +512,10 @@ <h4 id="standard-defines">Standard Defines</h4>
LSR A
MVN $00,$00
(Note: destination, source)
MVN $0000
MVP $00,$00
(Note: destination, source))
MVP $0000
NOP
ORA #$00
ORA #$0000
Expand Down

0 comments on commit 2b29a7d

Please sign in to comment.