Refactor CPU instruction set and cleanup unused code

Removed unused instructions (CopyHN16A, CopyHCA, etc.), simplified PC increment logic, and cleaned up test and execution code. Updated dictionaries and Cargo.lock to reflect recent changes in project structure and dependencies.
This commit is contained in:
2025-05-14 08:59:12 +01:00
parent e9a40bd9f7
commit 11f0bb06d6
3 changed files with 16 additions and 100 deletions

View File

@@ -6,6 +6,7 @@
<w>addhl</w>
<w>addsp</w>
<w>dechl</w>
<w>gameboy</w>
<w>inchl</w>
<w>incu</w>
<w>instrs</w>