Class SVM_ENTER


public class SVM_ENTER extends SVM_Instruction

SVM-INSTRUCTION: ENTER

Enter a Routine by pushing local variables onto the runtime stack.

Link to GitHub: Source File.

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

    • rutIdent

      private final String rutIdent
      The Routine ident
    • localSize

      private final int localSize
      The total size of the local variables
  • Constructor Details

    • SVM_ENTER

      public SVM_ENTER(String rutIdent, int localSize)
      Construct a new SVM_ENTER instruction
      Parameters:
      rutIdent - the Routine ident
      localSize - the total size of the local variables
  • Method Details