mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-14 15:25:06 +01:00
357 B
357 B
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 lineSTOPIS_ZERO r line
Where r is a register number and line is a line number.
IS_ZERO jumps to line if r is zero