Difference between revisions of "83Plus:BCALLs:4504"
From WikiTI
(Created from copy of PutMap) |
Thepenguin77 (Talk | contribs) m (added di) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
'''BCALL Address:''' 4504 | '''BCALL Address:''' 4504 | ||
− | Displays a character on screen in the large font at the current cursor location. | + | Displays a character on screen in the large font at the current cursor location and advances the cursor position. |
=== Inputs === | === Inputs === | ||
Line 16: | Line 16: | ||
== Comments == | == Comments == | ||
− | This B_CALL is the same as [[83Plus:BCALLs:4501|PutMap]], except that it | + | * This B_CALL is the same as [[83Plus:BCALLs:4501|PutMap]], except that it advances the cursor. |
+ | * This B_CALL also disables interrupts. | ||
[[Category:83Plus:BCALLs:By Name|PutC]] | [[Category:83Plus:BCALLs:By Name|PutC]] | ||
[[Category:83Plus:BCALLs:By Name:Text|PutC]] | [[Category:83Plus:BCALLs:By Name:Text|PutC]] | ||
[[Category:83Plus:BCALLs:By Address|4504 - PutC]] | [[Category:83Plus:BCALLs:By Address|4504 - PutC]] |
Latest revision as of 10:17, 1 January 2010
Synopsis
Official Name: PutC
BCALL Address: 4504
Displays a character on screen in the large font at the current cursor location and advances the cursor position.
Inputs
- A = TI-ASCII code of character to display
Outputs
Destroys
- none
Comments
- This B_CALL is the same as PutMap, except that it advances the cursor.
- This B_CALL also disables interrupts.