][ LO-RES GRAPHICS ][
Page 15 of 24
LO-RES COLORS
0 = Black
1 = Magenta
2 = Dark Blue
3 = Light Purple
4 = Dark Green
5 = Grey
6 = Medium Blue
7 = Light Blue
8 = Brown
9 = Orange
10 = Grey
11 = Pink
12 = Green
13 = Yellow
14 = Aqua
15 = White
LO-RES GRAPHICS COMMANDS
POKE 44,X.........Lo-Res Line end point
POKE 48,X.........Change Lo-Res Color to X*17
CALL -2048........Plot a Point (AC:Y Co-ordinate Y:X-Co-ordinate)
CALL -2023........Draw a Horizontal line
CALL -2008........Draw a Vertical line
CALL -1998........Clear Lo-Res Screen 1 and set Graphics mode
CALL -1994........Clear top 20 lines of Lo-Res Graphics, or Text to @
CALL -1977........Calculate Graphics base address
CALL -1953........Increment Color by 3
CALL -1948........Adjust color byte for both halves Equal
CALL -1935........Get Screen Color (AC:Y Co-ordinate Y:X-Co-ordinate)
Save Lo-Res Page 1 Picture.........BSAVE PICTURE, A$400, L$400