Skip to content

Commit

Permalink
add missing 6502 bit instruction variation
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzi committed Aug 13, 2022
1 parent b6ac563 commit 5de7a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nes/cpu6502.asm
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
beq {addr: cpu6502_reladdr} => 0xf0 @ addr

bit <{zaddr: u8 } => 0x24 @ zaddr
bit {zaddr: u8 } => 0x24 @ zaddr
bit {addr: u16} => 0x2c @ le(addr)

bmi {addr: cpu6502_reladdr} => 0x30 @ addr
Expand Down

0 comments on commit 5de7a21

Please sign in to comment.