private void |
Op_Plane.Activate_Plane(short Opcode) |
activate the token plane indicated by the op code
|
short @NotNull [] |
A_Register.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Degree.Display(short Opcode) |
Display Operatin in Prog mode.
|
short @NotNull [] |
Op_DSZ.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_ENG.Display(short Opcode) |
Display operation in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_EXE.Display(short Opcode) |
Display Operation in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Frac.Display(short Opcode) |
Display Operatin in Prog mode.
|
short @NotNull [] |
Op_Goto.Display(short Opcode) |
Display Operation in Prog mode.
|
short @NotNull [] |
Op_GSB.Display(short Opcode) |
Display Operation in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_HLT.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Int.Display(short Opcode) |
Display Operatin in Prog mode.
|
short @NotNull [] |
Op_Inv_Degree.Display(short Opcode) |
Display operation in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_ISZ.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_LBL.Display(short Opcode) |
Display Operatin in Prog mode.
|
short @NotNull [] |
Op_LOAD.Display(short Opcode) |
Display Operation in Wrt mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_M_Minus.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_M_Plus.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Min.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_MR.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Password.Display(short Opcode) |
Display Operatin in Prog mode.
|
short @NotNull [] |
Op_PAUSE.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Percent.Display(short Opcode) |
Display Operation in Wrt mode.
|
short @NotNull [] |
Op_Plane.Display(short Opcode) |
Display Operatin in Prog mode.
|
short @NotNull [] |
Op_RND.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Sn.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_Sn1.Display(short Opcode) |
Display operation in program mode.
|
short @NotNull [] |
Op_X_Equal_0.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_X_Equal_F.Display(short Opcode) |
Display Operatin in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_X_Greater_Equal_0.Display(short Opcode) |
Display Operation in Prog mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_X_Greater_Equal_F.Display(short Opcode) |
Display Operating in Prog mode.
|
short @NotNull [] |
Op_X_M.Display(short Opcode) |
Display operation in program mode.
|
short @NotNull [] |
Op_xD.Display(short Opcode) |
Display operation in program mode.
|
short @NotNull [] |
Op_xDEL.Display(short Opcode) |
Display operation in program mode.
|
@org.jetbrains.annotations.NotNull short[] |
Op_xMean.Display(short Opcode) |
Display operation in program mode.
|
void |
Key_C.Execute(short Key_Code) |
|
void |
Key_FST_SAC.Execute(short Key_Code) |
|
void |
Key_MODE_ALPHA.Execute(short Key_Code) |
|
void |
Op_EXE.Execute(short Opcode) |
|
void |
Op_GSB.Execute(short Opcode) |
Go to subroutine - this op code has the unique property of not raising an error when something goes wrong - but
just to ignore the command.
|
void |
Op_HLT.Execute(short Opcode) |
|
void |
Op_MAC.Execute(short Opcode) |
|
void |
Op_PAUSE.Execute(short Opcode) |
|
void |
Op_Sn.Execute(short Opcode) |
√ ((Σ(x²) - Σ(x)² / n) / n)
|
void |
Op_Sn1.Execute(short Opcode) |
√ ((Σ(x²) - Σ(x)² / n) / (n-1))
|
void |
Op_xMean.Execute(short Opcode) |
|
private void |
Op_SAVE.Execute_IO() |
|
private void |
Op_SAVE.Execute_Shift_IO(String Java_File_Name) |
execute shift EXE in IO mode
|
(package private) void |
Calculator.Read_Display(boolean Is_X_Register) |
Read Steps from Simulated Cassette interface.
|
(package private) void |
Calculator.Read_M() |
Read M register from file
|
(package private) void |
Calculator.Read_Steps() |
Read Steps from Simulated Cassette interface.
|
private void |
Op_SAVE.Save_Display() |
Writes displayed register to simulated cassette interface.
|
(package private) void |
Calculator.Write_M() |
Writes memory register to simulated cassette interface.
|
(package private) void |
Calculator.Write_Steps() |
Writes program steps to simulated cassette interface.
|