krakenlake
krakenlake
SMON for example had that: https://www.c64-wiki.com/wiki/SMON
This will need some refactoring in order to allow the same mnemonic to have different sets of arguments.
Depends on implementing the 2-step auipc/... sequence.
Depends on implementing the 2-step auipc/... sequence.
Depends on implementing the 2-step auipc/... sequence.
Depends on implementing the 2-step auipc/... sequence.
Current RV32IC build that excludes chatty but not really necessary commands h and i is
I now have a RV32E version with minimal feature set compiling and running in QEMU: https://github.com/krakenlake/vmon/releases/tag/v0.6.1-alpha
RVE build is working with all features now: https://github.com/krakenlake/vmon/releases/tag/v0.6.3-alpha The published release is 11KB, but without cmd_I and cmd_H it would be in the 8KB range. I'll start looking into...
I just created https://github.com/krakenlake/vmon/releases/tag/v0.6.4-alpha with config for CH32V003 including the proper start address (0x80000000, same as QEMU) for starting from Flash and the proper UART base. However, I still need...