Difference between revisions of "84PCE:Syscalls:0207B8"

From WikiTI
Jump to: navigation, search
(Created page with "PutC 0207B8 - PutC == Synopsis == '''Official Name:''' PutC '''BCALL Address:''' 0207B8h Displays...")
 
(No difference)

Latest revision as of 10:19, 26 May 2015


Synopsis

Official Name: PutC

BCALL Address: 0207B8h

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.