pushOpcode method

dynamic pushOpcode (int opcode)

Implementation

pushOpcode(int opcode) {
  pushNum(opcode);
}