-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chris edited this page Oct 15, 2021
·
3 revisions
-
int- requires an integer passed into the Operation. -
void- requires nothing to be passed into the Operation.
-
mov(x)- Moves an integer onto the working stack, Type int. -
add()- Adds two integers on the current stack, Type void. -
sub()- Minus' two integers on the current stack, Type void. -
hlt()- Dumps the current stack from memory, Type Void.
-
stk()- Prints the current raw state of the stack in memory, Type void. -
dis()- Prints the current value of the stack in memory, Type void.