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/10/28 14:42]
jojo1973 [Flag -21]
manual:appendix:flags [2019/11/02 09:33]
jojo1973 [Flag -47] Fixed description
Line 49: Line 49:
 ==== 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 [[manual:appendix:flags#flag-23|-23]] or [[manual:appendix:flags#flag-24|-24]] is set accordingly.  |+| 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.  |
 | ::: | 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 [[manual:appendix:flags#flag-25|-25]] is set accordingly. FIXME |+| 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 |
 | ::: | 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 [[manual:appendix:flags#flag-26|flag -26]] is set accordingly.  |+| 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.  |
 | ::: | 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 [[manual:appendix:flags#flag-20|flag -20]] is set, no negative underflow has occurred in latest calculation.   | +| Negative underflow indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-20|-20]] is set, no negative underflow has occurred in latest calculation.   | 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-20|flag -20]] is set, 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.  |
  
 ==== Flag -24 ==== ==== Flag -24 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Positive underflow indicator  | Clear  | ---  | If [[manual:appendix:flags#flag-20|flag -20]] is set, no positive underflow has occurred in latest calculation. +| Positive underflow indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-20|-20]] is set, no positive underflow has occurred in latest calculation. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-20|flag -20]] is set, 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.  |
  
 ==== Flag -25 ==== ==== Flag -25 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Overflow indicator  | Clear  | ---  | If [[manual:appendix:flags#flag-21|flag -21]] is set, no overflow has occurred in latest calculation. +| Overflow indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-21|-21]] is set, no overflow has occurred in latest calculation. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-21|flag -21]] is set, overflow has occurred in latest calculation.  |+| ::: | Set  | ---  | If flag 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 [[manual:appendix:flags#flag-22|flag -22]] is set, no infinite result has occurred in latest calculation. +| Infinite result indicator  | Clear  | ---  | If flag flag [[manual:appendix:flags#flag-22|-22]] is set, no infinite result has occurred in latest calculation. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-22|flag -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 -30 ==== ==== Flag -30 ====
Line 119: Line 119:
 ==== 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 disabled   | +| Automatic execution of data sent via USB  | Clear  | ---  | Automatic execution of data sent via USB is enabled   | 
-| ::: | Set  | ---  | Automatic execution of data sent via USB is enabled  |+| ::: | Set  | ---  | Automatic execution of data sent via USB is disabled  |
  
 ==== Flag -56 ==== ==== Flag -56 ====
Line 154: Line 154:
 ==== Flag -71 ==== ==== Flag -71 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 1** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 1** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -72 ==== ==== Flag -72 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 2** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 2** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -73 ==== ==== Flag -73 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 3** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 3** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -74 ==== ==== Flag -74 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 4** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 4** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -75 ==== ==== Flag -75 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 5** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 5** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -76 ==== ==== Flag -76 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 6** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 6** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -77 ==== ==== Flag -77 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 7** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 7** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -78 ==== ==== Flag -78 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Application of **Group 8** autosimplification rules  | Clear  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is cleared, simplification rules included in this group will be applied. +| Application of **Group 8** autosimplification rules  | Clear  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is cleared, simplification rules included in this group will be applied. 
-| ::: | Set  | ---  | If [[manual:appendix:flags#flag-70|flag -70]] is set, simplification rules included in this group will **not** be applied.  |+| ::: | Set  | ---  | If flag [[manual:appendix:flags#flag-70|-70]] is set, simplification rules included in this group will **not** be applied.  |
  
 ==== Flag -88 ==== ==== Flag -88 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Quick response time  | Clear  | ---  | Calculator's processor will switch to [[manual:appendix:processorspeed#processor-speeds|high-speed mode]] during code execution after 500 ms.  | +| 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.  | 
-| ::: | Set  | ---  | Calculator's processor will switch to [[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 ====
  • manual/appendix/flags.txt
  • Last modified: 2021/09/24 07:52
  • by jojo1973