public class PUSH extends AbstractInstruction
code, label, offset| Constructor and Description |
|---|
PUSH(byte imm8) |
PUSH(int register) |
PUSH(int opcode,
int imm32) |
| Modifier and Type | Method and Description |
|---|---|
String |
toIntelAssembly() |
public PUSH(int register)
public PUSH(byte imm8)
public PUSH(int opcode,
int imm32)
public String toIntelAssembly()
Copyright © 2018. All Rights Reserved.