7.3 Screen Control Parameters

(All values in Hexadecimal)

 

 

Cursor to Top Line

0D

(^M)

Next Line

0A

(^J)

Cursor Left

08

(^H)

Cursor Right

06

(^H)

Cursor Up

0B

(^K)

Cursor Down

05

(^E)

Tab

09

(^I)

Cursor Home

1C

(^\)

Beep

07

(^G)

Position Cursor

1B 55 X Y

 

(Where X= Column Number + 20 (hex)

 

And Y= Row Number + 20 (hex))

 

 

Cursor Off

1B 77

(Esc w)

Cursor On

1B 76

(Esc v)

Clear screen

0C

(^L)

(The cursor does not move)

 

 

Clear to end of screen

1B 4A

(Esc J)

Clear to end of line

1B 4B

(Esc K)

Insert Line

1B 4C

(Esc L)

Delete Line

1B 4D

(Esc M)

Insert Character

1B 40

(Esc @)

Reverse Video

1B 62

(Esc b)

49

Page 49
Image 49
IBM M110 manual Screen Control Parameters