mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-14 15:25:06 +01:00
No description
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| test.m8 | ||
m8db
Debugger and interpreter for the M8 pseudo-assembly language. Inspired by gdb or lldb
More infos: https://github.com/ah1m1/M8NI
Usage: $ ./m8db <filename>
Instructions:
INC rDEC rJUMP labelJUMP lineSTOPIS_ZERO r labelIS_ZERO r line.labelname
Where r is a register number, line is a line number and label is a label name.
IS_ZERO jumps to label if r is zero