public final class GSB extends AsmInstruction
Assume that oldSP
, oldFP
, and oldPC
are the values of SP
, FP
, and PC
registers respectively before executing the instruction.
S
(i.e., arbitrary)oldPC + 1 ; oldFP ; S
m
where m
is the instruction
position pointed to by the argument to GSB
.oldSP + 2
oldSP
m
does
not existModifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
java.lang.String |
getAddress() |
java.lang.String |
toString() |
getName
public java.lang.String getAddress()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction
public java.lang.String toString()
toString
in class AsmInstruction