
B–62073E–2/03
4.CONVERSATIONAL MACRO FUNCTION
99
(1) Cursor control code
Performs cursor display.
G230XxYyLl ;
1. Commands cursor display position by address X, Y in character
coordinate system.
2. Commands cursor length by address L.
Note
A cursor with cursor length of 0 is deleted.
(2) Screen deletion (G202)
Graphic screen, character screen, or both are deleted by specification
of address P.
G202Pp ;
P=1 : Graphic screen deletion
P=2 : Character screen deletion
P=3 : Graphic screen deletion, character screen deletion
(3) Color specification (G240)
Specifies color of lines and character arrays.
G240Pp(Ll) ;
When CRT 14”
P=1 : Red
P=2 : Green
P=3 : Yellow
P=4 : Blue
P=5 : Purple
P=6 : Light–blue
P=7 : White
P=–1 : Red (Reversal)
P=–2 : Green (Reversal)
P=–3 : Yellow (Reversal)
P=–4 : Blue (Reversal)
P=–5 : Purple (Reversal)
P=–6 : Light–blue (Reversal)
P=–7 : White (Reversal)
When CRT 9”
P=1 to 3 : Standard
P=4 to 7 : High brightness
P=–1 to –3 : Standard (Reversal)
P=–4 to –7 : High brightness (Reversal)
L1: Blink specification on (When L1 not specified, blink is off)
The line, character row to be commanded after this command is
displayed in the color specified by P.
(4) Drawing start point specification (G242)
Commands drawing start point and graphic coordinate system
absolute value by address X, Y. The next drawing is per–formed from
this point.
G242XxYy ;
(5) Character load display
G243XxYyAaBbCc(C–––––)(*H–––––*)KkFfEeDdPp ;
1. Address X, Y commands character row display position by
address X, Y in character coordinate system.