Skip navbar

File 06_screen_0.asm


Function summary
c_circle
           // stubs for line drawning commands (not supported in text mode)
c_color
           COLOR command
c_locate
           LOCATE command
c_palette
           PALETTE command
c_screen
           SCREEN command
cl_addr
           clear address
cl_all
           clear whole display area
cl_line
           clear lines
cl_sc_all
           scrolling
cl_set
           clear set
po_able
           printable character codes
po_any
           print any character
po_asciiz
           message printing
po_asciiz_0
           print first message
po_cr
           print carriage return
po_down
           print cursor down
po_fetch
           position fetch
po_left
           print cursor left
po_right
           print cursor right
po_save
           print save
po_scr
           test for scroll
po_search
           table search
po_store
           position store
po_tab
           print tab
po_up
           print cursor up
po_vt
           print home
pr_all
           print all characters
print_out
           print out
v_cls
           CLS command

Function detail

c_circle

// stubs for line drawning commands (not supported in text mode)

c_color

COLOR command
See Also:
Language reference

c_locate

LOCATE command
See Also:
Language reference

c_palette

PALETTE command
See Also:
Language reference

c_screen

SCREEN command
See Also:
Language reference

cl_addr

clear address

cl_all

clear whole display area

cl_line

clear lines

cl_sc_all

scrolling

cl_set

clear set

po_able

printable character codes

po_any

print any character

po_asciiz

message printing

po_asciiz_0

print first message

po_cr

print carriage return

po_down

print cursor down

po_fetch

position fetch

po_left

print cursor left

po_right

print cursor right

po_save

print save

po_scr

test for scroll

po_search

table search

po_store

position store

po_tab

print tab

po_up

print cursor up

po_vt

print home

pr_all

print all characters

print_out

print out

v_cls

CLS command
See Also:
Language reference


Skip navbar