Releases: logicplace/PMAS
Releases · logicplace/PMAS
pmas v1.1
Update minx CPU to be more complete and make pmdis use the information from the cpu folder.
Additionally, the cpu folder has been reorganized so that all CPUs are included and all folders are added to the include path (so you can .include minx.s
instead of .include cpu/minx/minx.s
pmas v1.0
Since people keep coming back to this tool, I updated it to use the new ops so it doesn't confuse everyone else.
- add support for S1C88 ops
- change CPU system a bit
- consistency improvements for minx (original) target
- get disassembler building again
- add
make bundle
command