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

From WikiTI
Jump to: navigation, search
m ("update" -> "advance")
m (added di)
 
Line 16: Line 16:
  
 
== Comments ==
 
== Comments ==
This B_CALL is the same as [[83Plus:BCALLs:4501|PutMap]], except that it advances the cursor.
+
* 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 11: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.