Browse Source

add mistake report: just two registers

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

7
MISTAKES.md

@ -27,3 +27,10 @@ move CPU to an infinite loop.
It is probably easier to implement than writing proper
lexer/parser, but error reporting can be weird.
## Two registers are really not enough
Just imagine, you are trying to write a loop, you use
`R1` as your index variable and `R0` for your loop condition.
Now you have already ran out of registers and you didn't even
start writing loop body!

Loading…
Cancel
Save