public interface Decoder
| Modifier and Type | Method and Description |
|---|---|
DecodedInstruction |
decode(int memoryPosition)
Decodes an instruction.
|
DecodedInstruction decode(int memoryPosition) throws InvalidInstructionException
memoryPosition - the address of the start of the instructionInvalidInstructionException - when decoding is not successfulCopyright © 2017. All rights reserved.