Add exit operand
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Token
|
||||
{ "jmp", OperandType::Jump },
|
||||
{ "call", OperandType::CallFunction },
|
||||
{ "ret", OperandType::ReturnFromFunction },
|
||||
{ "exit", OperandType::ExitProgram },
|
||||
{ "lti", OperandType::LessThanInteger },
|
||||
{ "gti", OperandType::GreaterThanInteger },
|
||||
{ "eqi", OperandType::EqualInteger },
|
||||
|
||||
Reference in New Issue
Block a user