Difference between revisions of "83Plus:Flags:33"

From WikiTI
Jump to: navigation, search
(Changed name from SysHookFlag0, because that would probably be 34h, not this flag.)
(Bit Overview: changed names to official names)
Line 9: Line 9:
  
 
=== Bit 0 ===
 
=== Bit 0 ===
'''Unofficial Name:''' Run ONSCRPT
+
'''Official Name:''' alt_On
  
 
You must also set [[83Plus:Flags:08|4,(iy+8)]] to run ONSCRPT.
 
You must also set [[83Plus:Flags:08|4,(iy+8)]] to run ONSCRPT.
  
 
=== Bit 1 ===
 
=== Bit 1 ===
'''Unofficial Name:''' Run OFFSCRPT
+
'''Official Name:''' alt_Off
  
 
=== Bit 2 ===
 
=== Bit 2 ===
'''Unofficial Name:''' External recall queue
+
'''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 ===
'''Unofficial Name:''' Link Activity Hook Override
+
'''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 28:
  
 
=== Bit 4 ===
 
=== Bit 4 ===
'''Unofficial Name:''' Link Activity Hook Active
+
'''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

Revision as of 18:33, 20 June 2005

Synopsis

Flag Byte: 33h

Known Names: scriptFlag, rclFlag2, backGroundLink

Bit Overview

Bit 0

Official Name: alt_On

You must also set 4,(iy+8) to run ONSCRPT.

Bit 1

Official Name: alt_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

We do not have information on what this bit does, if anything.

Bit 7

We do not have information on what this bit does, if anything.