checkpoint

This commit is contained in:
aljazbrodar. 2025-12-07 09:56:50 +01:00
parent 4c6c4b8a22
commit 3c876211c2
35 changed files with 365 additions and 207 deletions

View file

@ -68,6 +68,8 @@ public:
bool execF2(int opcode, int operand);
bool execSICF3F4(int opcode, int ni, int operand);
bool loadSection(Reader r);
};
#endif