Method | Description | |
---|---|---|
LoadInstruction ( OpCode opCode ) |
Initializes a new instance of the LoadInstruction class.
|
Method | Description | |
---|---|---|
LoadInstruction ( OpCode code, byte operandCount ) |
Initializes a new instance of the LoadInstruction class.
|
protected LoadInstruction ( OpCode code, byte operandCount ) | ||
code | OpCode | The code. |
operandCount | byte | The number of operands of the load. |