Difference between revisions of "83Plus:Flags:35"
From WikiTI
m |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:Flags:By_Address|35 - sysHookFlg1]] [[Category:83Plus:Flags:By_Name|sysHookFlg1]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | '''Flag Byte:''' | + | '''Flag Byte:''' 35h |
− | ''' | + | '''Official Name:''' ''sysHookFlg1'' |
== Bit Overview == | == Bit Overview == | ||
=== Bit 0 === | === Bit 0 === | ||
− | '' | + | '''Official Name:''' tokenHookActive |
+ | |||
+ | Set if a [[83Plus:Hooks:9BC8|token hook]] is active. | ||
=== Bit 1 === | === Bit 1 === | ||
− | '''Official Name:''' | + | '''Official Name:''' localizeHookActive |
− | + | Set if a [[83Plus:Hooks:9BCC|localize hook]] is active. | |
=== Bit 2 === | === Bit 2 === | ||
− | '''Official Name:''' | + | '''Official Name:''' windowHookActive |
− | + | Set if a [[83Plus:Hooks:9B90|window hook]] is active. | |
=== Bit 3 === | === Bit 3 === | ||
− | '' | + | '''Official Name:''' graphHookActive |
+ | |||
+ | Set if a [[83Plus:Hooks:9B94|graph hook]] is active. | ||
=== Bit 4 === | === Bit 4 === | ||
− | '' | + | '''Official Name:''' yEquHookActive |
+ | |||
+ | Set if a [[83Plus:Hooks:9B98|Y= hook]] is active. | ||
=== Bit 5 === | === Bit 5 === | ||
− | '' | + | '''Official Name:''' fontHookActive |
+ | |||
+ | Set if a [[83Plus:Hooks:9B9C|font hook]] is active. | ||
=== Bit 6 === | === Bit 6 === | ||
− | '' | + | '''Official Name:''' regraphHookActive |
+ | |||
+ | Set if a [[83Plus:Hooks:9BA0|regraph hook]] is active. | ||
=== Bit 7 === | === Bit 7 === | ||
− | '' | + | '''Official Name:''' drawingHookActive |
− | + | Set if a [[83Plus:Hooks:9BA4|drawing hook]] is active. | |
− | + |
Latest revision as of 21:11, 29 March 2005
Contents
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.