megacommit:

- setup new UI layout using tiling and an action/message based system for updating global state based on interactions with individual tiles and vice versa
- added custom dialogs and UI helpers to create a more cohesive UI
- added a disassembler widget (WIP)
- added a documentation widget (WIP)
- refactored backend halt/pause logic to fix bugs.
- started emulator implementation documentation (to complement the ISA spec)
This commit is contained in:
2026-07-19 01:18:00 +01:00
parent a306575cdd
commit adfba876d2
32 changed files with 1890 additions and 427 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ resolver = "3"
[workspace.package]
edition = "2024"
version = "0.3.0"
authors = ["zxq5"]
authors = ["zxq5", "zxq4"]