Difference between revisions of "83Plus:RAM:980C"

From WikiTI
Jump to: navigation, search
m (83Plus:RAM:9813 moved to 83Plus:RAM:980C)
Line 1: Line 1:
[[Category:83Plus:RAM:By Address|9813 - CurrentEqu]]
+
[[Category:83Plus:RAM:By Address|980C - EQS]]
[[Category:83Plus:RAM:By Name|CurrentEqu]]
+
[[Category:83Plus:RAM:By Name|EQS]]
 
----
 
----
  
 
== Synopsis ==
 
== Synopsis ==
'''Unofficial Name:''' CurrentEqu
+
'''Unofficial Name:''' EQS
  
'''Memory Address:''' 9813h
+
'''Memory Address:''' 980Ch
  
'''Length:''' 1 byte.
+
'''Length:''' 12 bytes.
  
This variable store the equations that is currently (in the process of) being displayed or edited by the yEqu app.
+
This area contains status information for the YEqu app.
  
 
== Comments ==
 
== Comments ==
 +
* 9812h (offset 6) This sets the maximum value for the equations. All equations of which the lower 4 bits are less than the maximum value are displayed. For example in function mode this value is 0Ah=10 to display the ten equations.
 +
* 9813h (offset 7) This variable store the equations that is currently (in the process of) being displayed or edited by the yEqu app. (These are token values, thus X6T is 2Bh)
 +
 
This value is mainly of use when used in conjunction with the [[83Plus:Hooks:9B98|YEqu hook]].
 
This value is mainly of use when used in conjunction with the [[83Plus:Hooks:9B98|YEqu hook]].
 +
 +
'''NB:'''This might also be used outside the YEqu app, this hasn't been researched. Nor have the bytes which are not mentioned here been researched.

Revision as of 05:10, 21 July 2006


Synopsis

Unofficial Name: EQS

Memory Address: 980Ch

Length: 12 bytes.

This area contains status information for the YEqu app.

Comments

  • 9812h (offset 6) This sets the maximum value for the equations. All equations of which the lower 4 bits are less than the maximum value are displayed. For example in function mode this value is 0Ah=10 to display the ten equations.
  • 9813h (offset 7) This variable store the equations that is currently (in the process of) being displayed or edited by the yEqu app. (These are token values, thus X6T is 2Bh)

This value is mainly of use when used in conjunction with the YEqu hook.

NB:This might also be used outside the YEqu app, this hasn't been researched. Nor have the bytes which are not mentioned here been researched.