No description
Find a file
2021-09-18 21:56:55 +02:00
src optional display execution time 2021-09-18 21:56:55 +02:00
.gitignore inital commit 2021-09-17 14:13:16 +02:00
Cargo.lock breakpoints and lots of things 2021-09-17 15:29:21 +02:00
Cargo.toml breakpoints and lots of things 2021-09-17 15:29:21 +02:00
LICENSE Create LICENSE 2021-09-17 15:47:22 +02:00
README.md Update README.md 2021-09-17 16:22:12 +02:00
test.m8 fixed some stepping debugging bugs 2021-09-18 21:44:12 +02:00

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