1
0

Cycle states

This commit is contained in:
Aiden
2026-05-25 13:54:34 +10:00
parent 5ad90ade49
commit 4649cf530f
8 changed files with 20317 additions and 2554 deletions

View File

@@ -28,6 +28,7 @@ class Instruction:
references: list[int] = field(default_factory=list)
writes_br: bool = False
br_value: int | None = None
cycles: dict[str, object] | None = None
@property
def size(self) -> int: