mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-14 23:35:03 +01:00
Update README.md
This commit is contained in:
parent
2bcdfda9ed
commit
5a2a1a6f6a
1 changed files with 11 additions and 0 deletions
11
README.md
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue