Update README.md

This commit is contained in:
nora 2021-09-17 15:50:43 +02:00 committed by GitHub
parent 2bcdfda9ed
commit 5a2a1a6f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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