30
Hexadecimal format
:
[0BH]
Note: the left position of the cursor to the top row. The cursor is not
visible by default, but does exist. You can turn on / off the cursor by using the
US C n command.
。
11.
US B
Move the cursor to the right position of the line
ACSII CODE FORMAT
:
US B
Decimal system format
:
[031][066]
Hexadecimal format
:
[1FH][42H]
Note: cursor moves to the right position of the line. The cursor is not visible by
default, but does exist. You can turn on / off the cursor by using the US C n
command.
12.
US $ x y
光
The cursor moves to the specified location
ACSII CODE FORMAT
:
US $ x y
Decimal system format
:
[031][036] x y
1<=x<=20
,
1<=y<=2
Hexadecimal format
:
[1FH][24H]x y
1H<=x<=14H
,
01H<=y<=02H
Note: cursor moves to the specified line y, column x position. The cursor is
not visible by default, and the cursor can be turned on / off by using the US C
n command.