Difference between revisions of "83Plus:Flags:33"
84plusfreak (Talk | contribs) m (→Bit 0: fixed link text) |
m (→Bit 4: missing period) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:83Plus:Flags:By Address|33]] | [[Category:83Plus:Flags:By Address|33]] | ||
− | [[Category:83Plus:Flags:By Name| | + | [[Category:83Plus:Flags:By Name|scriptFlag, rclFlag2, backGroundLink]] |
== Synopsis == | == Synopsis == | ||
'''Flag Byte:''' 33h | '''Flag Byte:''' 33h | ||
− | '''Known Names:''' | + | '''Known Names:''' scriptFlag, rclFlag2, backGroundLink |
== Bit Overview == | == Bit Overview == | ||
=== Bit 0 === | === Bit 0 === | ||
− | ''' | + | '''Official Name:''' alt_On |
− | You must also set [[83Plus:Flags:08| | + | You must also set [[83Plus:Flags:08|APDWarmStart,(iy+APDFlags)]] to run ONSCRPT. |
=== Bit 1 === | === Bit 1 === | ||
− | ''' | + | '''Official Name:''' alt_Off |
+ | |||
+ | If this bit is set, the calculator will search for and run OFFSCRPT when it is turned off. | ||
=== Bit 2 === | === Bit 2 === | ||
− | ''' | + | '''Official Name:''' useRclQueueEnd |
If this bit is set, the recall queue is in "external" mode. In this mode, data is read from an external RAM area, as opposed to "internal" recall mode, in which data is read directly from the buffer gap. See [[83Plus:OS:Recall_Queue|OS Recall Queue]] for more information. | If this bit is set, the recall queue is in "external" mode. In this mode, data is read from an external RAM area, as opposed to "internal" recall mode, in which data is read directly from the buffer gap. See [[83Plus:OS:Recall_Queue|OS Recall Queue]] for more information. | ||
=== Bit 3 === | === Bit 3 === | ||
− | ''' | + | '''Official Name:''' ignoreBPLink |
If this flag is set, the [[83Plus:Hooks:9B78|Link Activity Hook]] is disabled. | If this flag is set, the [[83Plus:Hooks:9B78|Link Activity Hook]] is disabled. | ||
Line 28: | Line 30: | ||
=== Bit 4 === | === Bit 4 === | ||
− | ''' | + | '''Official Name:''' bPLinkOn |
− | If this flag is reset, the [[83Plus:Hooks:9B78|Link Activity Hook]] is disabled | + | If this flag is reset, the [[83Plus:Hooks:9B78|Link Activity Hook]] is disabled. |
If this flag is set, the [[83Plus:Hooks:9B78|Link Activity Hook]] is enabled or disabled depending on the Override Flag (bit 3). | If this flag is set, the [[83Plus:Hooks:9B78|Link Activity Hook]] is enabled or disabled depending on the Override Flag (bit 3). | ||
Line 37: | Line 39: | ||
=== Bit 6 === | === Bit 6 === | ||
− | + | '''Unofficial Name:''' noTempDelete | |
+ | |||
+ | If this flag is set, the OS will not delete temporary programs on the homescreen. The OS will reset this flag immediately after checking it. | ||
+ | If this flag is reset, the OS will delete temporary programs when the homescreen regains control. | ||
=== Bit 7 === | === Bit 7 === | ||
{{Unknown-flag}} | {{Unknown-flag}} |
Latest revision as of 11:24, 1 June 2007
Contents
Synopsis
Flag Byte: 33h
Known Names: scriptFlag, rclFlag2, backGroundLink
Bit Overview
Bit 0
Official Name: alt_On
You must also set APDWarmStart,(iy+APDFlags) to run ONSCRPT.
Bit 1
Official Name: alt_Off
If this bit is set, the calculator will search for and run OFFSCRPT when it is turned off.
Bit 2
Official Name: useRclQueueEnd
If this bit is set, the recall queue is in "external" mode. In this mode, data is read from an external RAM area, as opposed to "internal" recall mode, in which data is read directly from the buffer gap. See OS Recall Queue for more information.
Bit 3
Official Name: ignoreBPLink
If this flag is set, the Link Activity Hook is disabled. If this flag is reset, the Link Activity Hook is enabled or disabled depending on the Active Flag (bit 4).
Bit 4
Official Name: bPLinkOn
If this flag is reset, the Link Activity Hook is disabled. If this flag is set, the Link Activity Hook is enabled or disabled depending on the Override Flag (bit 3).
Bit 5
We do not have information on what this bit does, if anything.
Bit 6
Unofficial Name: noTempDelete
If this flag is set, the OS will not delete temporary programs on the homescreen. The OS will reset this flag immediately after checking it. If this flag is reset, the OS will delete temporary programs when the homescreen regains control.
Bit 7
We do not have information on what this bit does, if anything.