Difference between revisions of "83Plus:BCALLs:4543"
From WikiTI
Nyquist562 (Talk | contribs) (fixed function description) |
|||
Line 5: | Line 5: | ||
'''BCALL Address:''' 4543 | '''BCALL Address:''' 4543 | ||
− | Clears the | + | Clears the non-graphing part of the screen, as opposed to its counterpart, ClrLCDFull, which clears the entire screen. |
=== Inputs === | === Inputs === | ||
Line 18: | Line 18: | ||
== Example == | == Example == | ||
<nowiki>B_CALL _ClrLCD</nowiki> | <nowiki>B_CALL _ClrLCD</nowiki> | ||
− | |||
− | |||
− |
Latest revision as of 18:33, 24 March 2007
Contents
Synopsis
Official Name: ClrLCD
BCALL Address: 4543
Clears the non-graphing part of the screen, as opposed to its counterpart, ClrLCDFull, which clears the entire screen.
Inputs
- None
Outputs
- None
Destroys
- All
Example
B_CALL _ClrLCD