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-15 17:22:46 +01:00
parent cc0278508e
commit 5848bdcdce
4 changed files with 68 additions and 31 deletions

View File

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0.140"
glob = "0.3.2"
glob = "0.3.2"