Interface Instruction
- All Known Implementing Classes:
Instruction6502
,InstructionSet6502Switching.Directive
,InstructionSWEET16
,SkippedInstruction
public interface Instruction
-
Method Summary
Modifier and TypeMethodDescriptionint
byte[]
getBytes()
int
int
boolean
void
setAddressLabel
(String label) void
setOperandLabel
(String label)
-
Method Details
-
getAddress
int getAddress() -
getLength
int getLength() -
getBytes
byte[] getBytes() -
getAddressLabel
-
setAddressLabel
-
getOpcodeMnemonic
String getOpcodeMnemonic() -
operandHasAddress
boolean operandHasAddress() -
getOperandValue
int getOperandValue() -
setOperandLabel
-
formatOperandWithValue
String formatOperandWithValue() -
formatOperandWithLabel
String formatOperandWithLabel()
-