23
MCG-2 Micro Character Generator
C
C
C
C
CS C
S C
S C
S C
S CH
H
H
H
HA
A
A
A
ARACT
RACT
RACT
RACT
RACTE
E
E
E
ER S
R S
R S
R S
R SIIIIIZ
Z
Z
Z
ZE
E
E
E
E
PURPOSE: Sets character size for a page.
FORMAT:
C
C
C
C
CS,x,y
S,x,y
S,x,y
S,x,y
S,x,y
x = Horizontal size 1 through 4
y = Vertical size 1 through 4
DESCRIPTION: Sets character size for the current page. There are 16
sizes available (4 horizontal, 4 vertical). Character size is stored on a
page by page basis. If there are more characters on a page in memory
than will fit on the screen for the current character size, as many
characters as is possible from the upper left portion of the page will be
displayed. The following tables will show how many characters and
lines will be displayed for different character sizes.
Horz. size
No. of characters (per line)
1
20
2
12
3
8
4
6
Vert. size
No. of lines (per page)
1
9
2
6
3
4
4
3
EXAMPLE:
C
C
C
C
CS,2,2
S,2,2
S,2,2
S,2,2
S,2,2
Sets character size to display 12 characters
by 6 lines.