APPENDIX TWELVE 62026 F24A GETCHAR New location for the "get character" routine (used to be at 63038). If you use the routines for screen display in Machine Language for Beginners, you'll have to change this address for proper XL operation. 62128 F2B0 OUTCHAR New location for the "put character" routine. See the note in 62026. Several programs make use of an illegal call to the "get character" and "put character" routines, previously at 63038 and 63140 ($F63E and F6A4), now at locations 62026 and 62128 ($F24A and $F2B0), respectively. You may be able to correct some problems in your software by searching for and replac- ing the older vectors with the new locations. 62200 F2F8 IGN Ignore character and do keyboard get-byte. 62205 F2FD KGB Keyboard GET-BYTE routine. The keyboard handler follows and includes the following routines: Address Routine 62432/F3E0 Escape character handler 62438/F3E6 Move cursor up 62451/F3F3 Move cursor down 62464/F400 Move cursor left 62474/F40A Move cursor to right margin 62476/F40C Set cursor column 62481/F411 Move cursor point 62491/F41B Move cursor to left margin 62496/F420 Clear screen 62528/F440 Move cursor home (upper-left corner) 62586/F47A Tab character handler 62613/F495 Set tab 62618/F49A Clear tab 62623/F49F Insert character 62677/F4D5 Delete character 62732/F50C Insert line 62752/F52D Delete line 62806/F556 Sound bell 62815/F55F Cursor to bottom 62821/F565 Double-byte double decrement 62825/F569 Store data for fine scrolling 62840/F578 Double-byte single decrement 62880/F5A0 Set scrolling display list entry 62892/F5AC Convert cursor row/column to address