fix load and store

This commit is contained in:
2024-12-10 18:06:23 +01:00
parent 99a7e32269
commit ade88faa0b
2 changed files with 6 additions and 6 deletions

View File

@@ -39,5 +39,5 @@ class Assembleur {
std::uint32_t ParseJump(Instruction a_Instruction);
std::uint32_t ParseIO(Instruction a_Instruction, std::uint32_t a_R1, std::uint32_t a_R2, std::uint32_t a_R3);
std::uint32_t ParseIO(Instruction a_Instruction, std::uint32_t a_R1, std::uint32_t a_R2);
};