Difference between revisions of "83Plus:BCALLs:80EA"
From WikiTI
m (1.02 only) |
(min hw version) |
||
Line 4: | Line 4: | ||
'''BCALL Address:''' 80EA | '''BCALL Address:''' 80EA | ||
+ | |||
+ | '''Minimum Hardware Version:''' 2 | ||
Updates [[83Plus:RAM:844B|curRow]] and [[83Plus:RAM:844C|curCol]] to point to the beginning of the next row. | Updates [[83Plus:RAM:844B|curRow]] and [[83Plus:RAM:844C|curCol]] to point to the beginning of the next row. | ||
Line 17: | Line 19: | ||
== Comments == | == Comments == | ||
− | This BCALL | + | This BCALL only exists on the TI-84 Plus, not on the 83 Plus. |
This is the boot code version of the normal [[83Plus:BCALLs:452E|NewLine]]. If [[83Plus:RAM:844B|curRow]] was already 7, it goes to the top-left corner of the screen instead. | This is the boot code version of the normal [[83Plus:BCALLs:452E|NewLine]]. If [[83Plus:RAM:844B|curRow]] was already 7, it goes to the top-left corner of the screen instead. |
Latest revision as of 10:25, 6 March 2007
Synopsis
Unofficial Name: NewLineWrap
BCALL Address: 80EA
Minimum Hardware Version: 2
Updates curRow and curCol to point to the beginning of the next row.
Inputs
None
Outputs
None
Destroys
- None
Comments
This BCALL only exists on the TI-84 Plus, not on the 83 Plus.
This is the boot code version of the normal NewLine. If curRow was already 7, it goes to the top-left corner of the screen instead.