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

From WikiTI
Jump to: navigation, search
m
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Note:''' Do not take the information on this template page as actual documentation!
+
[[Category:83Plus:Flags:By_Address|36 - sysHookFlg2]] [[Category:83Plus:Flags:By_Name|sysHookFlg2]]
 
+
The Flags are named by IY offset, in hexadecimal. An example is [[83Plus:Flags:2A]].
+
 
+
----
+
 
+
 
== Synopsis ==
 
== Synopsis ==
'''Flag Byte:''' 01h
+
'''Flag Byte:''' 36h
  
'''Known Names:''' onFlags, someOtherFlagGroup
+
'''Official Name:''' ''sysHookFlag2''
  
 
== Bit Overview ==
 
== Bit Overview ==
  
 
=== Bit 0 ===
 
=== Bit 0 ===
''This bit does nothing.''
+
'''Official Name:''' traceHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BA8|trace hook]] is active.
  
 
=== Bit 1 ===
 
=== Bit 1 ===
'''Official Name:''' useLargeFont
+
'''Official Name:''' parserHookActive
  
This bit controls what font VPutMap uses. Set for large font, reset for small.
+
Set if a [[83Plus:Hooks:9BAC|parser hook]] is active.
  
 
=== Bit 2 ===
 
=== Bit 2 ===
'''Official Name:''' onInterrupt
+
'''Official Name:''' appChangeHookActive
  
This flag is set if the ON key was pressed. You must manually reset it.
+
Set if an [[83Plus:Hooks:9BB0|app change hook]] is active.
  
 
=== Bit 3 ===
 
=== Bit 3 ===
''This bit does nothing.''
+
'''Official Name:''' catalog1HookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BB4|catalog 1 hook]] is active.
  
 
=== Bit 4 ===
 
=== Bit 4 ===
''This bit does nothing.''
+
'''Official Name:''' helpHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BB8|help hook]] is active.
  
 
=== Bit 5 ===
 
=== Bit 5 ===
''This bit does nothing.''
+
'''Official Name:''' cxRedispHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BBC|cxRedisp hook]] is active.
  
 
=== Bit 6 ===
 
=== Bit 6 ===
''This bit does nothing.''
+
'''Official Name:''' menuHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BC0|menu hook]] is active.
  
 
=== Bit 7 ===
 
=== Bit 7 ===
''This bit does nothing.''
+
'''Official Name:''' silentLinkHookActive
  
== Credits and Contributions ==
+
Set if a [[83Plus:Hooks:9BD0|silent link hook]] is active.
* '''/sbin/init:''' Without you, none of this would be possible. :)
+

Latest revision as of 22:11, 29 March 2005

Synopsis

Flag Byte: 36h

Official Name: sysHookFlag2

Bit Overview

Bit 0

Official Name: traceHookActive

Set if a trace hook is active.

Bit 1

Official Name: parserHookActive

Set if a parser hook is active.

Bit 2

Official Name: appChangeHookActive

Set if an app change hook is active.

Bit 3

Official Name: catalog1HookActive

Set if a catalog 1 hook is active.

Bit 4

Official Name: helpHookActive

Set if a help hook is active.

Bit 5

Official Name: cxRedispHookActive

Set if a cxRedisp hook is active.

Bit 6

Official Name: menuHookActive

Set if a menu hook is active.

Bit 7

Official Name: silentLinkHookActive

Set if a silent link hook is active.