Difference between revisions of "83Plus:BCALLs:4504"

From WikiTI
Jump to: navigation, search
(Created from copy of PutMap)
 
m ("update" -> "advance")
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 updates the cursor.
+
This B_CALL is the same as [[83Plus:BCALLs:4501|PutMap]], except that it advances the cursor.
  
 
[[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]]

Revision as of 09:59, 7 November 2006

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.