Key Improvements:
- Saturn now allows you to edit the contents of memory from the memory tab.
- Saturn now watches for filesystem events, allowing you to use your editor of choice (e.g. VS Code).
- Live error messages now have proper instruction formatting.
- You can now backstep out of exceptions or errors (to see where your error originated).
- With time travel, If you jump to an invalid address then the causing address.
- Jump instruction had an edge case encoding problem, which is now fixed.
- Added option to interpret register values as signed.
- Filesystem access has been restricted for security.