Changelog
2.9.0
2023/04/29
Improved documentation
- Added side menu to all documentation pages
- Added more explanations to documentation for condition codes
- Added individual condition code dependent instructions
- Improved UI of documentation pages
2.8.0
2023/04/28
Negative numbers in register viewer
- Added negative numbers conversion in register viewer
- Bug fix of interpreter for directive name clash
2.7.0
2023/04/24
Changed interactive documentation
- Added side menu to interactive documentation
- Improved transitions between pages
2.6.5
2023/03/22
Bug fixes and more diffings
- Added status code diffing
- Fixed bugs in interactive documentation
2.6.0
2023/03/15
Interactive documentation
- Changed documentation layout to have future more languages
- Added an interactive documentation for each instruction
- Bug fixes for some instructions (rod, asd, lsd)
- Other bug fixes and improvements
2.5.1
2023/01/27
PWA improvements
- Added PWA launch queue and file system api
- Improved interrupt text
- PWA bugfixes and improvements
- Added changelog page
2.5.0
2023/01/15
Callstack tracing and mutations history
- Added callstack tracing
- Added mutations history
- UI fixes
2.4.1
2023/01/11
Performance and error improvements
- Improved by 3x the interpreter performance and bugfix
- Improved interpreter errors
- Changed hero page
2.4.0
2022/12/18
Undo, register chunking, custom themes
- Added undo
- Added register chunking
- Added custom themes
- Improved interpreter performance and bugfix
- Added more instructions
2.3.1
2022/12/15
General improvements
- Improved SEO
- Improved accessibility
- Improved performance
- Improved animations
2.3.0
2022/11/03
Shortcuts and strings
- Added editable shortcuts
- Added support for strings in the interpreter and memory viewer
- Interpreter bug fixes
2.2.0
2022/10/26
Stack viewer and documentation
- Added stack viewer
- Improve documentation and inline documentation
- Interpreter bug fixes
2.1.0
2022/10/23
Settings and documentation
- Added m68k documentation
- Added settings
- Added inline documentation
- Improved editor styling
- Improved animations
2.0.0
2022/10/19
Interpreter rewrite and new features
- Changed m68k to custom made rust m68k emulator
- Improved performance
- Added semantic checking
- Added better code suggestions
- Added more instructions
- Added more directives
- Added breakpoints
- Added stepping
- Removed mips emulator
1.0.1
2022/04/09
MIPS and formatter
- Added mips emulator (buggy)
- Added animations
- Added formatter
- Improved code suggestions
1.0.0
2022/04/06
Initial release
- Initial release
- Added m68k emulator
- Added register viewer
- Added initial editor and syntax highlighting
- Added Service Worker for offline support and installation