Skip to content

Commit

Permalink
Fix SRL r opcode (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesPotato authored Apr 23, 2024
1 parent 629083b commit ea56a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter/cpu/instruction-set.typ
Original file line number Diff line number Diff line change
Expand Up @@ -3009,7 +3009,7 @@ TODO
],
mnemonic: "SRL r",
flags: [Z = #flag-update, N = 0, H = 0, C = #flag-update],
opcode: [#bin("00101xxx")/various],
opcode: [#bin("00111xxx")/various],
operand_bytes: (),
cb: true,
timing: (
Expand Down

0 comments on commit ea56a87

Please sign in to comment.