Skip to content

Commit bb413ec

Browse files
committed
Update
1 parent 1516b89 commit bb413ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The `Z80` class contains:
126126
- Generate a string containing the disassembled instruction and data
127127
- Execute the actual instruction (load, store, jump, etc.)
128128

129-
The `HomemadeCPU` class structure is similar to the `Z80` class, but simplified in many areas due to the RISC vs. CISC differences in the processor architectures. One notable difference is that the Homemade CPU has fixed-length 2-byte instructions, and therefore does not need to specify the instruction length in the opcodes array.
129+
The `HomemadeCPU` class structure is similar to the `Z80` class, but simplified in many areas due to the RISC vs. CISC differences in the processor architectures. One notable difference is that the Homemade CPU has fixed-length 1-byte instructions, and therefore does not need to specify the instruction length in the opcodes array.
130130

131131
## Z80 Assemblers
132132

0 commit comments

Comments
 (0)