A Debugger for the SICvm Machine
Status: Beta
Brought to you by:
fragger_fox
Even though the SICvm Code is running in C, which can be debugged using standard debugger's like MingW, the SIC Code has no direct way of being debugged.
This causes the need to build a Debugger customized to handing the SIC Assembly code. This will also include controlling the execution of the SIC Code as well as a disassembling module that will help others in understanding the Assembly that is being executed on the fly from the SIC's Memory.