void |
IA_Register.Add_Numeric(short Digit) |
Add a numeric value - this is a non scrolling operation.
|
short @NotNull [] |
IProgrammable_Operation.Display(short Opcode) |
Display command for program mode.
|
void |
IOperation.Execute(short Opcode) |
Execute virtual CPU command or key stroke
|
short @NotNull [] |
IL_Register.Format() |
Format in standard format.
|
short @NotNull [] |
IL_Register.Format_Print() |
Format in printer format
|
int |
IA_Register.Insert(short @NotNull [] Text) |
Insert content of an String.
|
void |
IA_Register.Insert_X() |
Insert content of L0 aka X register into the string.
|
Number |
IA_Register.Numeric_Value() |
Get value of the register for use with as BCD.
|
void |
IL_Register.Value(Number Value) |
Set value of the register.
|