public final class FETCH extends AsmInstruction
w0 ; w1 ; ... ; wSP-1
wi ; w0 ; w1 ; ... ; wSP-1
where i
is the argument to FETCH
. Note: it must be
that 0 ≤ i ≤ SP - 1
or one of the stack exceptions will
be triggered (see below).i > SP - 1
i < 0
SP
has its maximal value (default: 128)PUSH
Constructor and Description |
---|
FETCH(int offset) |
Modifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
int |
getOffset() |
java.lang.String |
toString() |
getName
public int getOffset()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction
public java.lang.String toString()
toString
in class AsmInstruction