Browse Source

add little log with all the mistakes we made

pull/2/head
Murad 2 years ago
parent
commit
532c297e09
Signed by: foxpy GPG Key ID: 78BE32418B0C8450
  1. 7
      MISTAKES.md

7
MISTAKES.md

@ -0,0 +1,7 @@
# Mistakes
## Don't design opcodes in your head
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.
Loading…
Cancel
Save