Class SVM_JUMP

Direct Known Subclasses:
SVM_JUMPIF

public class SVM_JUMP extends SVM_Instruction

SVM-INSTRUCTION: JUMP paddr

Unconditional Jump to paddr. The Program Sequence Control PCS := paddr

Link to GitHub: Source File.

Author:
S-Port: Definition of S-code, Øystein Myhre Andersen
  • Field Details

    • destination

      protected ProgramAddress destination
      The jump destination address
  • Constructor Details

    • SVM_JUMP

      public SVM_JUMP(ProgramAddress destination)
      Construct a new SVM_JUMP instruction
      Parameters:
      destination - the jump destination address
    • SVM_JUMP

      protected SVM_JUMP(AttributeInputStream inpt) throws IOException
      Construct an SVM_JUMP instruction from the given input.
      Parameters:
      inpt - the input stream
      Throws:
      IOException - if IOException occur
  • Method Details