Package iota

Class NMarvinIConst


class NMarvinIConst extends NMarvinInstruction
Representation of an instruction for assigning an integer to a register (target).
  • Field Details

  • Constructor Details

    • NMarvinIConst

      public NMarvinIConst(NPhysicalRegister rX, int N)
      Constructs an NMarvinIConst object.
      Parameters:
      rX - target register.
      N - the integer.
  • Method Details

    • write

      public void write(PrintWriter out)
      Writes this instruction to the given output stream.
      Specified by:
      write in class NMarvinInstruction
      Parameters:
      out - output stream.