Memory added plus basic memory operations
This commit is contained in:
@@ -18,7 +18,10 @@ namespace Token
|
||||
{ "gti", OperandType::GreaterThanInteger },
|
||||
{ "eqi", OperandType::EqualInteger },
|
||||
{ "seti", OperandType::SetInteger },
|
||||
{ "int", OperandType::Interrupt }
|
||||
{ "int", OperandType::Interrupt },
|
||||
{ "DECLARE", OperandType::Declaration },
|
||||
{ "pushi", OperandType::PushInteger},
|
||||
{ "popi", OperandType::PopInteger},
|
||||
};
|
||||
|
||||
auto const & result = operations.find(op);
|
||||
|
||||
Reference in New Issue
Block a user