feat: процедура выполнения опкода

This commit is contained in:
ElectronixTM
2025-03-29 00:17:02 +03:00
parent 0f5ac310e8
commit b73f92ef88
2 changed files with 44 additions and 7 deletions

View File

@ -29,7 +29,7 @@ class OpcodeActions(Enum):
LOAD = auto()
STORE = auto()
BRANCH = auto()
MEM_BRANCH = auto()
IND_BRANCH = auto()
OpA = OpcodeActions