Index
All Classes|All Packages
I
- Instruction - Class in lab06
-
Model a single Pippin Instruction.
- Instruction(int, int, int) - Constructor for class lab06.Instruction
-
Construct an instruction object using the opcode, mode, and argument parameters.
- isModeIMMorDIR() - Method in class lab06.Instruction
-
Determine if this mode is either IMM or DIR.
- isModeValid() - Method in class lab06.Instruction
-
Determine if the mode for this instruction is valid for the current operation.
- isValid() - Method in class lab06.Instruction
-
Determine if everything in this instruction is valid.
All Classes|All Packages