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

From WikiTI
Jump to: navigation, search
m
 
m
 
(3 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|35 - sysHookFlg1]] [[Category:83Plus:Flags:By_Name|sysHookFlg1]]
 
+
The Flags are named by IY offset, in hexadecimal. An example is [[83Plus:Flags:2A]].
+
 
+
----
+
 
+
 
== Synopsis ==
 
== Synopsis ==
'''Flag Byte:''' 01h
+
'''Flag Byte:''' 35h
  
'''Known Names:''' onFlags, someOtherFlagGroup
+
'''Official Name:''' ''sysHookFlg1''
  
 
== Bit Overview ==
 
== Bit Overview ==
  
 
=== Bit 0 ===
 
=== Bit 0 ===
''This bit does nothing.''
+
'''Official Name:''' tokenHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BC8|token hook]] is active.
  
 
=== Bit 1 ===
 
=== Bit 1 ===
'''Official Name:''' useLargeFont
+
'''Official Name:''' localizeHookActive
  
This bit controls what font VPutMap uses. Set for large font, reset for small.
+
Set if a [[83Plus:Hooks:9BCC|localize hook]] is active.
  
 
=== Bit 2 ===
 
=== Bit 2 ===
'''Official Name:''' onInterrupt
+
'''Official Name:''' windowHookActive
  
This flag is set if the ON key was pressed. You must manually reset it.
+
Set if a [[83Plus:Hooks:9B90|window hook]] is active.
  
 
=== Bit 3 ===
 
=== Bit 3 ===
''This bit does nothing.''
+
'''Official Name:''' graphHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9B94|graph hook]] is active.
  
 
=== Bit 4 ===
 
=== Bit 4 ===
''This bit does nothing.''
+
'''Official Name:''' yEquHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9B98|Y= hook]] is active.
  
 
=== Bit 5 ===
 
=== Bit 5 ===
''This bit does nothing.''
+
'''Official Name:''' fontHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9B9C|font hook]] is active.
  
 
=== Bit 6 ===
 
=== Bit 6 ===
''This bit does nothing.''
+
'''Official Name:''' regraphHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BA0|regraph hook]] is active.
  
 
=== Bit 7 ===
 
=== Bit 7 ===
''This bit does nothing.''
+
'''Official Name:''' drawingHookActive
  
== Credits and Contributions ==
+
Set if a [[83Plus:Hooks:9BA4|drawing 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: 35h

Official Name: sysHookFlg1

Bit Overview

Bit 0

Official Name: tokenHookActive

Set if a token hook is active.

Bit 1

Official Name: localizeHookActive

Set if a localize hook is active.

Bit 2

Official Name: windowHookActive

Set if a window hook is active.

Bit 3

Official Name: graphHookActive

Set if a graph hook is active.

Bit 4

Official Name: yEquHookActive

Set if a Y= hook is active.

Bit 5

Official Name: fontHookActive

Set if a font hook is active.

Bit 6

Official Name: regraphHookActive

Set if a regraph hook is active.

Bit 7

Official Name: drawingHookActive

Set if a drawing hook is active.