frroossst / py_mips_debugger

A minimal MIPS python interpreter that allows for easy debugging and improved developer workflow
https://frroossst.github.io/py_mips_debugger/
GNU General Public License v3.0
0 stars 0 forks source link

Add REPL support #31

Open frroossst opened 1 year ago

frroossst commented 1 year ago

Add an interactive terminal based REPL support,

Should have two options,

Not sure, if I'll ever impl this though, might just end up adding macro support, where

println!($t0) => asm instr to print $t0