84PCE:Syscalls:0207B8

From WikiTI
Jump to: navigation, search


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.