pop method

void pop()

Implementation

void pop() {
  //Debugger.verbose('${pcHex(-1)} [pop]');

  stack.pop();
}