Refactor and improve instruction execution behavior

Standardize instruction cycle handling and update return types for better clarity and accuracy. Add cycle count assertions in tests to ensure proper execution timings. Minor formatting fixes and typo corrections throughout the codebase.
This commit is contained in:
2025-05-17 09:03:30 +01:00
parent 5848bdcdce
commit b3024e66c8
4 changed files with 1145 additions and 96 deletions

View File

@@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0.140"
glob = "0.3.2"
sdl2 = "0.35.2"