Package jminusminus

Class CLBitInstruction

java.lang.Object
jminusminus.CLInstruction
jminusminus.CLBitInstruction

class CLBitInstruction extends CLInstruction
Representation for BIT instructions.
  • Constructor Details

    • CLBitInstruction

      public CLBitInstruction(int opcode, int pc)
      Constructs a CLBitInstruction object.
      Parameters:
      opcode - the opcode for this instruction.
      pc - index of this instruction within the code array of a method.
  • Method Details

    • toBytes

      public ArrayList<Integer> toBytes()
      Returns the bytecode for this instruction.
      Specified by:
      toBytes in class CLInstruction
      Returns:
      the bytecode for this instruction.