diff --git a/src/CPU_Instruction_Set.md b/src/CPU_Instruction_Set.md index 0799a813..f49167af 100644 --- a/src/CPU_Instruction_Set.md +++ b/src/CPU_Instruction_Set.md @@ -156,7 +156,7 @@ Finally, the instruction "families" have been further grouped into four "blocks" "ld [imm16], a" 7:"1" 6:"1" 5:"1" 4:"0" 3:"1" 2:"0" 1:"1" 0:"0" ; "ldh a, [c]" 7:"1" 6:"1" 5:"1" 4:"1" 3:"0" 2:"0" 1:"1" 0:"0" ; "ldh a, [imm8]" 7:"1" 6:"1" 5:"1" 4:"1" 3:"0" 2:"0" 1:"0" 0:"0" ; - "ld a, [imm16]" 7:"1" 6:"1" 5:"1" 4:"1" 3:"1" 2:"1" 1:"0" 0:"0" ; + "ld a, [imm16]" 7:"1" 6:"1" 5:"1" 4:"1" 3:"1" 2:"0" 1:"1" 0:"0" ; }} {{#bits 8 >