en:docs:macrolib:putch

This is an old revision of the document!


Table of Contents

@PutCh

Brief

Print Char

Syntax

@PutCh char, atrib, page, repeat

Parameters

  • char (BYTE) - code of character
  • atrib (BYTE) - optional character attribute
  • col (BYTE) - column
  • row (BYTE) - row
  • page (BYTE) - optional video page number

Return