Class SVM_PRECALL


public class SVM_PRECALL extends SVM_Instruction

SVM-INSTRUCTION: PRECALL rutIdent nParSlots exportSize importSize

Runtime Stack
	..., arg1, arg2, ... , arg'n →
	..., value1, value2, ... , value'size

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
    • nParSlots

      private final int nParSlots
      The number of Parameter Slots
    • exportSize

      private final int exportSize
      The Export size
    • importSize

      private final int importSize
      The Import size
  • Constructor Details

    • SVM_PRECALL

      public SVM_PRECALL(String rutIdent, int nParSlots, int exportSize, int importSize)
      Construct a new SVM_PRECALL instruction
      Parameters:
      rutIdent - the Routine ident
      nParSlots - the number of Parameter Slots
      exportSize - the Export size
      importSize - the Import size
  • Method Details