public final class RET extends AsmInstruction
Suppose oldFP
is the value of FP
before the
instruction is executed.
w1 ; ... ; wSP-oldFP-2 ; p ; f ; S
S
p
oldFP
f
SP - oldFP < 2
p
or f
is not an
integerp
does not existGSB
Constructor and Description |
---|
RET() |
Modifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
getName, toString
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction