Package net.sourceforge.uiq3.fx602p
Class Op_X_M
- java.lang.Object
-
- net.sourceforge.uiq3.fx602p.Owned_Operation
-
- net.sourceforge.uiq3.fx602p.Op_M
-
- net.sourceforge.uiq3.fx602p.Op_X_M
-
- All Implemented Interfaces:
net.sourceforge.uiq3.calculator.IClear,net.sourceforge.uiq3.calculator.IOperation,net.sourceforge.uiq3.calculator.IOwned_Operation,net.sourceforge.uiq3.calculator.IProgrammable_Operation
final class Op_X_M extends Op_M
Halt Calculator- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static LoggerLoggerClass logger instance.private static StringTAGClass logger tag.-
Fields inherited from class net.sourceforge.uiq3.fx602p.Op_M
Begin_F_Register, Is_M_Register, Mask_M_Register_Number, Register
-
Fields inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
Owner
-
-
Constructor Summary
Constructors Constructor Description Op_X_M(Calculator Owner)Create operation and attach to owning calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short @NotNull []Display(short Opcode)Display operation in program mode.voidExecute(short Opcode)-
Methods inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
µReset, toString
-
-
-
-
Constructor Detail
-
Op_X_M
Op_X_M(Calculator Owner)
Create operation and attach to owning calculator.- Parameters:
Owner- Calculator which will call this Opcode
-
-