public interface OneFixedFourParameterRegisterInstruction extends VariableRegisterInstruction
| Modifier and Type | Method and Description |
|---|---|
int |
getParameterRegisterCount()
Returns the count of just the parameter register counts; in range of [0, 4]
|
int |
getRegisterCount()
Includes the total sum of both fixed and parameter register counts; at least 1
|
int |
getRegisterFixedC() |
int |
getRegisterParameterD() |
int |
getRegisterParameterE() |
int |
getRegisterParameterF() |
int |
getRegisterParameterG() |
getCodeUnits, getOpcodeint getRegisterFixedC()
int getRegisterParameterD()
int getRegisterParameterE()
int getRegisterParameterF()
int getRegisterParameterG()
int getParameterRegisterCount()
int getRegisterCount()
getRegisterCount in interface VariableRegisterInstruction