Memory added plus basic memory operations
This commit is contained in:
@@ -17,7 +17,10 @@ namespace Token
|
||||
GreaterThanInteger,
|
||||
EqualInteger,
|
||||
SetInteger,
|
||||
Interrupt
|
||||
Interrupt,
|
||||
Declaration,
|
||||
PushInteger,
|
||||
PopInteger
|
||||
};
|
||||
|
||||
OperandType GetOperandType(std::string const & op);
|
||||
|
||||
Reference in New Issue
Block a user