Skip to content
Chris edited this page Oct 15, 2021 · 3 revisions

DMT Wiki, Codex & information about the Language.

Operation Variables

  • int - requires an integer passed into the Operation.
  • void - requires nothing to be passed into the Operation.

Operations

  • 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.

Debugging

  • 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.

Clone this wiki locally