mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-14 15:25:06 +01:00
460 B
460 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 labelJUMP lineSTOPIS_ZERO r labelIS_ZERO r line.labelname
# anything is a comment
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