Class SVM_DECO


public class SVM_DECO extends SVM_Instruction

SVM-INSTRUCTION: DECO

Runtime Stack
   ..., sos, tos →
   ..., result

The size 'tos' and the oaddr 'sos' are popped off the Runtime stack.
The 'result' is calculated as result = new ObjectAddress(sos.segID, sos.offset - tos)
Then the 'result' is pushed onto the Runtime Stack.

Link to GitHub: Source File.

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