Class SVM_INCO


public class SVM_INCO extends SVM_Instruction

SVM-INSTRUCTION: INCO

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