Skip to content

cputc

Description

Displays a char

usage

  • cputc
  • cputc n
  • cputc 'c'

note:

  • no parameter: use the value of A register

Alias for: print #'c'

example

    .include "telestrat.inc"
    .include "../orix-sdk/macros/SDK_conio.mac"

    cputc char
    rts

Call XWR0 kernel function.


Last update: 2024-02-15