Class SVM_RESTORE


public class SVM_RESTORE extends SVM_Instruction

SVM-INSTRUCTION: SAVE

Runtime Stack
	oaddr →
	value1, value2, ... , value'size  

The oaddr of a save-object is popped off the Runtime stack. Then the complete Runtime stack is restored from the save-object.

See: SVM_PUSHLEN and SVM_RERSTORE See also S-Port - Definition of S-code - sect. 7. INTERMEDIATE RESULTS.

Link to GitHub: Source File.

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

    • SVM_RESTORE

      public SVM_RESTORE()
      Construct a new SVM_RESTORE instruction
  • Method Details