diff --git a/README.md b/README.md index 5d3fad1..793feeb 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,14 @@ Debugger and interpreter for the M8 pseudo-assembly language More infos: https://github.com/ah1m1/M8NI + + +# Instructions: +* INC r +* DEC r +* JUMP line +* STOP +* IS_ZERO r line + +Where `r` is a register number and `line` is a line number. +`IS_ZERO` jumps to `line` if `r` is zero