absolute jump

This commit is contained in:
2024-11-26 17:14:22 +01:00
parent 9738ba1afd
commit eb6cde02a7
2 changed files with 2 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ enum TypeInstruction : std::uint8_t {
struct Instruction {
TypeInstruction m_Instruction;
std::uint8_t m_SubInstruction;
std::uint32_t m_Line;
};
class Assembleur {