Coming back to this project and its time to get to work :sunglasses:.
RVM is a single project that contains many, somewhat independent components. For example, the assembler isn't needed for the main VM. Some components should be prioritised over others which didn't happen well enough last time around.
It's obviously better to have an up and running virtual machine that works THEN jump to related components.
Anyway here's a quick break down of shit that needs doing.
[ ] Make an actual fucking development plan
[ ] Refactoring (#47, #46, etc)
[ ] Test current implementation
[ ] Improve the implementation
[ ] Go through spec and correct things (some stuff is probably inaccurate)
Coming back to this project and its time to get to work :sunglasses:.
RVM is a single project that contains many, somewhat independent components. For example, the assembler isn't needed for the main VM. Some components should be prioritised over others which didn't happen well enough last time around.
It's obviously better to have an up and running virtual machine that works THEN jump to related components.
Anyway here's a quick break down of shit that needs doing.