manual:appendix:flags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:appendix:flags [2019/11/02 09:33]
jojo1973 [Flag -47] Fixed description
manual:appendix:flags [2021/09/13 10:00]
jojo1973
Line 4: Line 4:
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
 | Custom key definitions  | Clear  | ---  | Custom key definitions are disabled and the keyboard retains its default actions.  | | Custom key definitions  | Clear  | ---  | Custom key definitions are disabled and the keyboard retains its default actions.  |
-| ::: | Set  | ---  | Custom key definitions created with ''ASNKEY'' are active.  |+| ::: | Set  | ---  | Custom key definitions created with ''[[manual:chapter6:flags:cmd_asnkey|ASNKEY]]'' are active.  |
  
 ==== Flags -5 to -10 ==== ==== Flags -5 to -10 ====
Line 12: Line 12:
 ==== Flag -11 ==== ==== Flag -11 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Main Menu location  | Clear  | ''ACTIVEMENU1''  | When **P** is pressed, Main Menu will be displayed in Menu 1.  | +**Main** menu location  | Clear  | ''ACTIVEMENU1''  | When **P** is pressed, Main Menu will be displayed in **MENU 1**.  | 
-| ::: | Set  | ''ACTIVEMENU2''  | When **P** is pressed, Main Menu will be displayed in Menu 2.  |+| ::: | Set  | ''ACTIVEMENU2''  | When **P** is pressed, Main Menu will be displayed in **MENU 2**.  |
  
 ==== Flag -12 ==== ==== Flag -12 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Last soft menu indicator  | Clear  | ---  | Last pressed soft menu key belongs to Menu 1  | +| Last soft menu indicator  | Clear  | ---  | Last pressed soft menu key belongs to **MENU 1**.  | 
-| ::: | Set  | ---  | Last pressed soft menu key belongs to Menu 2  |+| ::: | Set  | ---  | Last pressed soft menu key belongs to **MENU 2**.  |
  
 ==== Flag -13 ==== ==== Flag -13 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Menu 2 visibility  | Clear  | ---  | Menu 2 and status area are hidden.  | +**MENU 2** visibility  | Clear  | ---  | **MENU 2** and status area are visible.  | 
-| ::: | Set  | ---  | Menu 2 and status area are visible  |+| ::: | Set  | ---  | **MENU 2** and status area are hidden. |
  
 ==== Flag -14 ==== ==== Flag -14 ====
Line 32: Line 32:
 ==== Flag -15 ==== ==== Flag -15 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Menu 1 background  | Clear  | ---  | Menu 1 is displayed as light characters on dark background. +**MENU 1** background  | Clear  | ---  | **MENU 1** is displayed as light characters on dark background. 
-| ::: | Set  | ---  | Menu 1 is displayed as dark characters on light background. |+| ::: | Set  | ---  | **MENU 1** is displayed as dark characters on light background. |
  
 ==== Flag -16 ==== ==== Flag -16 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Menu 2 background  | Clear  | ---  | Menu 2 is displayed as light characters on dark background. +**MENU 2** background  | Clear  | ---  | **MENU 2** is displayed as light characters on dark background. 
-| ::: | Set  | ---  | Menu 2 is displayed as dark characters on light background. |+| ::: | Set  | ---  | **MENU 2** is displayed as dark characters on light background. |
  
 ==== Flags -17, -18 ==== ==== Flags -17, -18 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Default angle unit  | -17 Clear, -18 Clear  | ''DEG''  | Real arguments to trig functions and angle objects without suffix are assumed as degrees. +| Default angle unit  | -17 Clear, -18 Clear  | ''[[manual:chapter6:flags:cmd_deg|DEG]]''  | Real arguments to trig functions and angle objects without suffix are assumed as degrees. 
-| :::  | -17 Clear, -18 Set  | ''GRAD''  | Real arguments to trig functions and angle objects without suffix are assumed as gradians. +| ::: | -17 Clear, -18 Set  | ''[[manual:chapter6:flags:cmd_grad|GRAD]]''  | Real arguments to trig functions and angle objects without suffix are assumed as gradians. 
-| :::  | -17 Set, -18 Clear  | ''RAD''  | Real arguments to trig functions and angle objects without suffix are assumed as radians. +| ::: | -17 Set, -18 Clear  | ''[[manual:chapter6:flags:cmd_rad|RAD]]''  | Real arguments to trig functions and angle objects without suffix are assumed as radians. 
-| :::  | -17 Set, -18 Set  | ''DMS''  | Real arguments to trig functions and angle objects without suffix are assumed as degrees / minutes / seconds.  |+| ::: | -17 Set, -18 Set  | ''[[manual:chapter6:flags:cmd_dms|DMS]]''  | Real arguments to trig functions and angle objects without suffix are assumed as degrees / minutes / seconds.  |
  
 ==== Flag -20 ==== ==== Flag -20 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Underflow exception  | Clear  | ---  | In case of underflow, the value ''0'' is returned and flag flag [[manual:appendix:flags#flag-23|-23]] or flag [[manual:appendix:flags#flag-24|-24]] is set accordingly.  |+| Underflow exception  | Clear  | ---  | In case of underflow, the value ''0'' is returned and flag [[manual:appendix:flags#flag-23|-23]] or flag [[manual:appendix:flags#flag-24|-24]] is set accordingly.  |
 | ::: | Set  | ---  | In case of underflow an error is issued.  | | ::: | Set  | ---  | In case of underflow an error is issued.  |
  
 ==== Flag -21 ==== ==== Flag -21 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Overflow exception  | Clear  | ---  | In case of overflow, the value ''MAXR'' is returned and flag flag [[manual:appendix:flags#flag-25|-25]] is set accordingly. FIXME |+| Overflow exception  | Clear  | ---  | In case of overflow, infinite is returned and flag [[manual:appendix:flags#flag-25|-25]] is set accordingly.  |
 | ::: | Set  | ---  | In case of overflow an error is issued.  | | ::: | Set  | ---  | In case of overflow an error is issued.  |
  
 ==== Flag -22 ==== ==== Flag -22 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Infinite result exception  | Clear  | ---  | In case of infinite result, the value ''∞'' is returned and flag flag [[manual:appendix:flags#flag-26|-26]] is set accordingly.  |+| Infinite result exception  | Clear  | ---  | In case of infinite result, the value ''∞'' is returned and flag [[manual:appendix:flags#flag-26|-26]] is set accordingly.  |
 | ::: | Set  | ---  | In case of infinite result an error is issued.  | | ::: | Set  | ---  | In case of infinite result an error is issued.  |
  
 ==== Flag -23 ==== ==== Flag -23 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Negative underflow indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-20|-20]] is set, no negative underflow has occurred in latest calculation.   | +| Negative underflow indicator  | Clear  | ---  | If flag [[manual:appendix:flags#flag-20|-20]] is set, no negative underflow has occurred in latest calculation.   | 
-| ::: | Set  | ---  | If flag flag [[manual:appendix:flags#flag-20|-20]] is set, negative underflow has occurred in latest calculation.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-20|-20]] is set, negative underflow has occurred in latest calculation.  |
  
 ==== Flag -24 ==== ==== Flag -24 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Positive underflow indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-20|-20]] is set, no positive underflow has occurred in latest calculation. +| Positive underflow indicator  | Clear  | ---  | If flag [[manual:appendix:flags#flag-20|-20]] is set, no positive underflow has occurred in latest calculation. 
-| ::: | Set  | ---  | If flag flag [[manual:appendix:flags#flag-20|-20]] is set, positive underflow has occurred in latest calculation.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-20|-20]] is set, positive underflow has occurred in latest calculation.  |
  
 ==== Flag -25 ==== ==== Flag -25 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Overflow indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-21|-21]] is set, no overflow has occurred in latest calculation. +| Overflow indicator  | Clear  | ---  | If flag [[manual:appendix:flags#flag-21|-21]] is set, no overflow has occurred in latest calculation. 
-| ::: | Set  | ---  | If flag flag [[manual:appendix:flags#flag-21|-21]] is set, overflow has occurred in latest calculation.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-21|-21]] is set, overflow has occurred in latest calculation.  |
  
 ==== Flag -26 ==== ==== Flag -26 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Infinite result indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-22|-22]] is set, no infinite result has occurred in latest calculation.  |+| Infinite result indicator  | Clear  | ---  | If flag [[manual:appendix:flags#flag-22|-22]] is set, no infinite result has occurred in latest calculation.  |
 | ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-22|-22]] is set, infinite result has occurred in latest calculation.  | | ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-22|-22]] is set, infinite result has occurred in latest calculation.  |
 +
 +==== Flag -27 ====
 +^ Action  ^ State  ^ Alias  ^ Description  ^
 +| Preferred complex unit  | Clear  | ---  | A complex number converted to symbolic representation will use the ''[[manual:chapter6:constants:cmd_iconst|i]]'' constant.  |
 +| ::: | Set  | ---  | A complex number converted to symbolic representation will use the ''[[manual:chapter6:constants:cmd_jconst|j]]'' constant.   |
 +
 +==== Flag -28 ====
 +^ Action  ^ State  ^ Alias  ^ Description  ^
 +| RPL / RPN stack mode  | Clear  | ---  | RPL mode: number of stack levels is limited only by available RAM.  |
 +| ::: | Set  | ---  | RPN mode: number of stack levels is determined by flag [[manual:appendix:flags#flag-29|-29]].  |
 +
 +==== Flag -29 ====
 +^ Action  ^ State  ^ Alias  ^ Description  ^
 +| RPN stack depth  | Clear  | ---  | Regular RPN stack (4 levels).  |
 +| ::: | Set  | ---  | Extended RPN stack (8 levels).  |
  
 ==== Flag -30 ==== ==== Flag -30 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Permanence of comments in program objects  | Clear  | ---  | The ''STRIPCOMMENTS'' command will remove volatile single-line comments (starting with ''@'' and multi-line comments (delimited by ''@@@'') in compiled program objects.  | +| Permanence of comments  | Clear  | ---  | The compiler will keep all comments in compiled program objects 
-| ::: | Set  | ''COMMENTS''  | The ''STRIPCOMMENTS'' command will have no effect on comments in compiled program objects |+| ::: | Set  | ''COMMENTS''  | The compiler will remove volatile single-line comments (starting with ''@''and multi-line comments (delimited by ''@@@'') in compiled program objects. Permanent comments (starting with ''@@'') are always kept. |
  
 ==== Flag -41 ==== ==== Flag -41 ====
Line 99: Line 114:
 ==== Flag -43 ==== ==== Flag -43 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Repeat alarm rescheduling | Clear  | ''RESCALM''  | Unacknowledged repeating alarms will be rescheduled automatically.  |+Alarms rescheduling | Clear  | ''RESCALM''  | Unacknowledged repeating alarms will be rescheduled automatically.  |
 | ::: | Set  | ---  | Unacknowledged repeating alarms will **not** be rescheduled.  | | ::: | Set  | ---  | Unacknowledged repeating alarms will **not** be rescheduled.  |
  
 ==== Flag -44 ==== ==== Flag -44 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Saving of acknowledged alarms  | Clear  | ---  | Acknowledged alarms will be deleted from the alarm list.  |+Alarms permanence  | Clear  | ---  | Acknowledged alarms will be deleted from the alarm list.  |
 | ::: | Set  | ''SAVEALM''  | Acknowledged alarms will **not** be deleted from the alarm list.  | | ::: | Set  | ''SAVEALM''  | Acknowledged alarms will **not** be deleted from the alarm list.  |
  
 ==== Flag -45 ==== ==== Flag -45 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Chain execution of custom keyboard handlers  | Clear  | ---  | FIXME  | +| Chain execution of custom keyboard handlers  | Clear  | ---  | This flag is cleared automatically when a custom key handler is entered  | 
-| ::: | Set  | ---  | FIXME  |+| ::: | Set  | ---  | A custom key handler may set this flag to allow other custom handlers to also process this key press. The system will check the state of this flag after executing a custom key handler. If the flag is set, it will continue looking for other custom handlers for the same key press. If the flag is not set, it will stop the search. |
  
 ==== Flag -46 ==== ==== Flag -46 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Chain execution of default keyboard handlers  | Clear  | ---  | FIXME  | +| Chain execution of default keyboard handlers  | Clear  | ---  | This flag is cleared automatically before entering a custom key handler  | 
-| ::: | Set  | ---  | FIXME  |+| ::: | Set  | ---  | A custom key handler program may set this flag to allow the system to perform the default system behavior for that key press. The system will check this flag after executing a custom key handler and if the flag is set, the system default key handler will be executed.  |
  
 ==== Flag -47 ==== ==== Flag -47 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Automatic execution of data sent via USB  | Clear  | ---  | Automatic execution of data sent via USB is enabled   +| Automatic reception and execution of data sent via USB  | Clear  | ---  | Automatic reception and execution of data sent via USB is enabled.  
-| ::: | Set  | ---  | Automatic execution of data sent via USB is disabled  |+| ::: | Set  | ---  | Automatic reception and execution of data sent via USB is disabled |
  
 ==== Flag -56 ==== ==== Flag -56 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Suppress error beep  | Clear  | ''BEEPON''  | In case of error the calculator's buzzer will emit a sound.  |+Error beep  | Clear  | ''BEEPON''  | In case of error the calculator's buzzer will emit a sound.  |
 | ::: | Set  | ''BEEPOFF''  | In case of error the calculator's buzzer will remain silent.  | | ::: | Set  | ''BEEPOFF''  | In case of error the calculator's buzzer will remain silent.  |
  
 ==== Flag -57 ==== ==== Flag -57 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Suppress alarm beep  | Clear  | ''ALMBEEPON''  | If an alarm sets the calculator's buzzer will emit a sound.  |+Alarm beep  | Clear  | ''ALMBEEPON''  | If an alarm sets the calculator's buzzer will emit a sound.  |
 | ::: | Set  | ''ALMBEEPOFF''  | If an alarm sets the calculator's buzzer will remain silent.  | | ::: | Set  | ''ALMBEEPOFF''  | If an alarm sets the calculator's buzzer will remain silent.  |
 +
 +==== Flag -58 ====
 +^ Action  ^ State  ^ Alias  ^ Description  ^
 +| Zero flag  | Clear  | ---  | The result of the last assembly-like test was not zero.  |
 +| ::: | Set  | ---  | The result of the last assembly-like test was exactly zero.   |
  
 ==== Flag -59 ==== ==== Flag -59 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Program code indentation  | Clear  | ''AUTOINDENT''  When program code is displayed in the editor, it will be nicely indented.  | +Negative flag  | Clear  | ---  The result of the last assembly-like test was not negative.  | 
-| ::: | Set  | ''NOINDENT''  When program code is displayed in the editor, it will not be indented.  |+| ::: | Set  | ---  The result of the last assembly-like test was negative.  |
  
 ==== Flag -60 ==== ==== Flag -60 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Object decompilation mode  | Clear  | ''DECOMPDISP''  | ''→STR'' will decompile objects in display form, akin to ''→STRD''+''[[manual:chapter6:string:cmd_tostr|→STR]]'' decompilation mode  | Clear  | ''DECOMPDISP''  | ''[[manual:chapter6:string:cmd_tostr|→STR]]'' will decompile objects in display form, akin to ''[[manual:chapter6:string:cmd_todispstr|→STRD]]''
-| ::: | Set  | ''DECOMPEDIT''  | ''→STR'' will decompile objects in editable form, akin to ''→STRE'' |+| ::: | Set  | ''DECOMPEDIT''  | ''[[manual:chapter6:string:cmd_tostr|→STR]]'' will decompile objects in editable form, akin to ''[[manual:chapter6:string:cmd_toeditstr|→STRE]]'' |
  
 ==== Flag -64 ==== ==== Flag -64 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Index wrap indicator  | Clear  | ---  | Last execution of ''GETI'' or ''PUTI'' did **not** increment index to first element. +| Index wrap indicator  | Clear  | ---  | Last execution of ''[[manual:chapter6:composites:cmd_geti|GETI]]'' or ''[[manual:chapter6:composites:cmd_puti|PUTI]]'' did **not** increment index to first element. 
-| ::: | Set  | ---  | Last execution of ''GETI'' or ''PUTI'' did increment index to first element.  |+| ::: | Set  | ---  | Last execution of ''[[manual:chapter6:composites:cmd_geti|GETI]]'' or ''[[manual:chapter6:composites:cmd_puti|PUTI]]'' did increment index to first element.  | 
 + 
 +==== Flag -68 ==== 
 +^ Action  ^ State  ^ Alias  ^ Description 
 +| Program code indentation  | Clear  | ''AUTOINDENT''  | When program code is displayed in the editor, it will be nicely indented. 
 +| ::: | Set  | ''NOINDENT''  | When program code is displayed in the editor, it will not be indented.  |
  
 ==== Flag -70 ==== ==== Flag -70 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Global autosimplification rules  | Clear  | ---  | Autosimplification of symbolic expressions is enabled.  |+Symbolic autosimplification  | Clear  | ---  | Autosimplification of symbolic expressions is enabled.  |
 | ::: | Set  | ---  | Autosimplification of symbolic expressions is disabled.  | | ::: | Set  | ---  | Autosimplification of symbolic expressions is disabled.  |
  
Line 194: Line 219:
 ==== Flag -88 ==== ==== Flag -88 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Quick response time  | Clear  | ---  | Calculator's processor will switch to flag [[manual:appendix:processorspeed#processor-speeds|high-speed mode]] during code execution after 500 ms.  |+| Quick response threshold  | Clear  | ---  | Calculator's processor will switch to flag [[manual:appendix:processorspeed#processor-speeds|high-speed mode]] during code execution after 500 ms.  |
 | ::: | Set  | ---  | Calculator's processor will switch to flag [[manual:appendix:processorspeed#processor-speeds|high-speed mode]] during code execution after 30 ms.  | | ::: | Set  | ---  | Calculator's processor will switch to flag [[manual:appendix:processorspeed#processor-speeds|high-speed mode]] during code execution after 30 ms.  |
  
 ==== Flag -103 ==== ==== Flag -103 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-Complex results  | Clear  | ---  | Mathematical functions will issue an error if the argument admits a result in the complex field. +Allow complex results  | Clear  | ''REAL''  | Mathematical functions will issue an error if the argument admits a result in the complex field. 
-| ::: | Set  | ---  | Mathematical functions will **not** issue an error if the argument admits a result in the complex field.  |+| ::: | Set  | ''CPLX''  | Mathematical functions will **not** issue an error if the argument admits a result in the complex field.  |
  
  • manual/appendix/flags.txt
  • Last modified: 2021/09/24 07:52
  • by jojo1973