Skip navbar

File 14_screen_1.asm


Function summary
s1_circle
           CIRCLE command
s1_cl_all
           clear whole display area
s1_cl_line
           clear lines
s1_cl_sc_all
           scrolling
s1_cl_set
           clear set
s1_cls
          
s1_color
           COLOR command
s1_draw
           DRAW command
s1_plot
           PLOT command
s1_po_able
           printable character codes
s1_po_any
           print any character
s1_po_cr
           print carriage return
s1_po_down
           print cursor down
s1_po_left
           print cursor left
s1_po_right
           print cursor right
s1_po_scr
           test for scroll
s1_po_tab
           print tab
s1_po_up
           print cursor up
s1_po_vt
           print home
s1_pr_all
           print all characters
s1_print_out
           print out

Function detail

s1_circle

CIRCLE command
See Also:
Language reference

s1_cl_all

clear whole display area

s1_cl_line

clear lines

s1_cl_sc_all

scrolling

s1_cl_set

clear set

s1_cls


s1_color

COLOR command
See Also:
Language reference

s1_draw

DRAW command
See Also:
Language reference

s1_plot

PLOT command
See Also:
Language reference

s1_po_able

printable character codes

s1_po_any

print any character

s1_po_cr

print carriage return

s1_po_down

print cursor down

s1_po_left

print cursor left

s1_po_right

print cursor right

s1_po_scr

test for scroll

s1_po_tab

print tab

s1_po_up

print cursor up

s1_po_vt

print home

s1_pr_all

print all characters

s1_print_out

print out


Skip navbar