Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in instruction encoding (#540)
In the instruction set page, the binary for "ld [imm16], a" is set to 0xEC which is an invalid code. A one and a zero had been swapped. "ld [imm16], a" should be 0xEA
- Loading branch information