Package net.sourceforge.uiq3.fx602p
Class Op_LOAD
- java.lang.Object
-
- net.sourceforge.uiq3.fx602p.Owned_Operation
-
- net.sourceforge.uiq3.fx602p.Op_Interface
-
- net.sourceforge.uiq3.fx602p.Op_LOAD
-
- All Implemented Interfaces:
IClear
,IOperation
,IOwned_Operation
,IProgrammable_Operation
final class Op_LOAD extends Op_Interface
Halt Calculator- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static short @NotNull []
Display_Text
Test to Display on Program, Print and Debug.private static Logger
Logger
Class logger instance.static int
Size_Of_Display_File
save memory and save display use the the same file type and need to be distinguished by size.private static String
TAG
Class logger tag.-
Fields inherited from class net.sourceforge.uiq3.fx602p.Op_Interface
Backup_Active
-
Fields inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
Owner
-
-
Constructor Summary
Constructors Constructor Description Op_LOAD(@NotNull 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 Wrt mode.void
Execute(short Opcode)
Execute virtual CPU command or key stroke-
Methods inherited from class net.sourceforge.uiq3.fx602p.Op_Interface
Casio_File_Name, Clear, Clear_Backup, Display_File_Name, Java_File_Name, Restore_Display
-
Methods inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
µReset, toString
-
-
-
-
Field Detail
-
Display_Text
private static final short @NotNull [] Display_Text
Test to Display on Program, Print and Debug.
-
Logger
private static final Logger Logger
Class logger instance.
-
TAG
private static final String TAG
Class logger tag.
-
Size_Of_Display_File
public static final int Size_Of_Display_File
save memory and save display use the the same file type and need to be distinguished by size.
The original calculator might have had a flag in the header but I could not find any information on that.
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Op_LOAD
Op_LOAD(@NotNull @NotNull Calculator Owner)
Create operation and attach to owning calculator.- Parameters:
Owner
- Calculator which will call this Opcode
-
-
Method Detail
-
Display
public short @NotNull [] Display(short Opcode) throws Op_Error
Display Operation in Wrt mode.- Parameters:
Opcode
- Virtual CPU Operation to be executed- Returns:
- String to be displayed
- Throws:
Op_Error
- See Also:
IProgrammable_Operation.Display(short)
-
Execute
public void Execute(short Opcode) throws Error
Description copied from interface:IOperation
Execute virtual CPU command or key stroke
- Specified by:
Execute
in interfaceIOperation
- Overrides:
Execute
in classOp_Interface
- Parameters:
Opcode
- Virtual CPU Operation to be executed- Throws:
Error
- general calculator errorError
- See Also:
IOperation.Execute(short)
-
-