public final class ALLOC extends AsmInstruction
x ; S
(where x
is an
integer)a ; S
(where a
is the address of
a new block of memory of size x
words)Constructor and Description |
---|
ALLOC() |
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