Package net.sourceforge.uiq3.hp45
Class op_keys_to_rom_addr
- java.lang.Object
-
- net.sourceforge.uiq3.hp45.op_keys_to_rom_addr
-
- All Implemented Interfaces:
IOperation
final class op_keys_to_rom_addr extends Object implements IOperation
-
-
Constructor Summary
Constructors Constructor Description op_keys_to_rom_addr(Calculator calculator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Execute(short Opcode)
execute key code by performing a jump indexed.String
toString()
-
-
-
Field Detail
-
Logger
private static final Logger Logger
Class logger instance.
-
TAG
private static final String TAG
Class logger tag.
-
Owner
private final Calculator Owner
-
-
Constructor Detail
-
op_keys_to_rom_addr
op_keys_to_rom_addr(Calculator calculator)
- Parameters:
calculator
- calculator executing the operation
-
-
Method Detail
-
Execute
public void Execute(short Opcode)
execute key code by performing a jump indexed.
- Specified by:
Execute
in interfaceIOperation
- Parameters:
Opcode
- Opcode to be executed
-
-