Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Feb 4, 2024
1 parent 2d56e8b commit f930c00
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 @@ -304,7 +304,7 @@ if opcode == 0xEA:
mem_addr: ([#hex("FF00")+C],),
pseudocode: ```python
opcode = read_memory(addr=PC); PC = PC + 1
if opcode == 0xE2:
if opcode == 0xF2:
A = read_memory(addr=unsigned_16(lsb=C, msb=0xFF))
```
)
Expand Down

0 comments on commit f930c00

Please sign in to comment.