83Plus:BCALLs:4504
From WikiTI
Revision as of 10:17, 1 January 2010 by Thepenguin77 (Talk | contribs)
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.