Difference between revisions of "83Plus:BCALLs:497E"
From WikiTI
m |
|||
Line 1: | Line 1: | ||
[[Category:83Plus:BCALLs:By_Name:Display|FormDisp]] [[Category:83Plus:BCALLs:By_Name|FormDisp]] [[Category:83Plus:BCALLs:By_Address|497E - FormDisp]] | [[Category:83Plus:BCALLs:By_Name:Display|FormDisp]] [[Category:83Plus:BCALLs:By_Name|FormDisp]] [[Category:83Plus:BCALLs:By_Address|497E - FormDisp]] | ||
+ | {{missinfo|Destroys}} | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' FormDisp | '''Official Name:''' FormDisp |
Revision as of 05:24, 6 February 2008
This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: FormDisp
BCALL Address: 497E
Displays the value in OP1.
Inputs
- OP1: Any printable TI-BASIC value.
Outputs
- Value converted to string and displayed
Destroys
- Almost certainly destroys all registers as well as OP3-OP6; I haven't checked
Comments
This B_CALL is essentially equivalent to the BASIC Disp function.
Example
ld hl,MatAName rst rMOV9TOOP1 B_CALL FormDisp MatAName: .db MatObj, tVarMat, tMatA