Difference between revisions of "83Plus:BCALLs:4FA8"
From WikiTI
(Added bcall) |
m (fix mojibake "−" which was supposed to be "−", using ASCII "-" instead) |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
'''BCALL Address:''' 4FA8 | '''BCALL Address:''' 4FA8 | ||
− | Tests if the | + | Tests if the TI-83 Plus is set to G-T (graph-table) display mode. |
=== Inputs === | === Inputs === | ||
Line 18: | Line 18: | ||
== Comments == | == Comments == | ||
− | Applications may want to reset the | + | Applications may want to reset the calc to full screen mode if graphing |
functionality is used. In G-T mode the screen is split vertically with 1/2 being | functionality is used. In G-T mode the screen is split vertically with 1/2 being | ||
the graph screen and the other the table display. | the graph screen and the other the table display. |
Latest revision as of 08:14, 17 January 2021
Synopsis
Official Name: Bit_VertSplit
BCALL Address: 4FA8
Tests if the TI-83 Plus is set to G-T (graph-table) display mode.
Inputs
None
Outputs
NZ = 1 if G-T mode is set
Registers Destroyed
none
Comments
Applications may want to reset the calc to full screen mode if graphing functionality is used. In G-T mode the screen is split vertically with 1/2 being the graph screen and the other the table display.