1
S_REF
Nunuhara Cabbage edited this page 2022-06-30 14:30:18 -07:00

S_REF

Instruction Arguments

None.

Stack Arguments

int32 pageno - The heap index of the page containing the variable
int32 varno - The index of the string variable within the page

Description

Push a string variable from a page onto the stack.

Example

PUSHLOCALPAGE ; stack: [pageno]
PUSH 0x0      ; stack: [pageno, 0]
S_REF         ; stack: [v], where v = localpage[0]