Browse Source

add mistake: missing `load/store [reg]` instructions

master
Murad 2 years ago
parent
commit
4a95f5c039
Signed by: foxpy GPG Key ID: 78BE32418B0C8450
  1. 6
      MISTAKES.md

6
MISTAKES.md

@ -5,3 +5,9 @@
You WILL frick up and your binary encodings WILL overlap.
You definitely need some tool to design instruction opcodes
for anything more complicated than just 1-byte instructions.
## Load/store instructions MUST be able to use register as address
I have no idea how we didn't notice this mistake.
I guess it is not too bad for a CPU with 16 bytes of memory,
but for something bigger it is unacceptable.

Loading…
Cancel
Save