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/12/03 15:14]
claudio [Flag -45]
manual:appendix:flags [2019/12/03 15:32]
claudio [Flag -59]
Line 129: Line 129:
 ==== 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 ====
Line 149: Line 149:
 ==== Flag -58 ==== ==== Flag -58 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Zero flag  | Clear  | ---  | The arguments of the latest executed '':CMP.[Y].[Z]'' assembly-like statement are not equal.  | +| Zero flag  | Clear  | ---  | The result of the last assembly-like test was not zero.  | 
-| ::: | Set  | ---  | The arguments of the latest executed '':CMP.[Y].[Z]'' assembly-like statement are equal |+| ::: | Set  | ---  | The result of the last assembly-like test was exactly zero  |
  
 ==== Flag -59 ==== ==== Flag -59 ====
 ^ Action  ^ State  ^ Alias  ^ Description  ^ ^ Action  ^ State  ^ Alias  ^ Description  ^
-| Negative flag  | Clear  | ---  | The first argument of the latest executed '':CMP.[Y].[Z]'' assembly-like statement is greater or equal than the second.  | +| Negative flag  | Clear  | ---  | The result of the last assembly-like test was not negative.  | 
-| ::: | Set  | ---  | The first argument of the latest executed '':CMP.[Y].[Z]'' assembly-like statement is less than the second.  |+| ::: | Set  | ---  | The result of the last assembly-like test was negative.  |
  
 ==== Flag -60 ==== ==== Flag -60 ====
  • manual/appendix/flags.txt
  • Last modified: 2021/09/24 07:52
  • by jojo1973