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

Figure out a memory layout/ mapping #8

Open frroossst opened 1 year ago

frroossst commented 1 year ago

So that instructions like la, sw, lw can work with strings and labels.

frroossst commented 1 year ago

first attempt 3551dcdfd2c60e3fb8d85fa2c90376d2494d63ad

frroossst commented 1 year ago

TODO: impl save word, load word

frroossst commented 1 year ago

load and save word impl: ce645a26d9368d393c48ae9dd6fe4a8a5febbcbd

frroossst commented 1 year ago

load input str: 8ac3d86