0100 ALL COMMENTS REFER TO FOLLOWING
0110 COMMANDS
0111 This file contains the new code
BLOAD AUTOSAVE&VIDEX
0112 This is a new addr table for the input translation
BLOAD JMP.OBJ
0130 Change 'ESC' to CTL P for cursor movement
$136A:90
0132 Lengthen the comment line from an 'esc'L to printer width from ASM
$1494:4C
0134 Kill the 'auto load' from the ESC mode, it won't work
$1486:10
0140 Addr of AUTO SAVE in command table
$1678:FF 31
0150 move symbol table up to make room for new code
$101D:34
0160 Replace VTAB with GOTOXY in the EDIT command
$1B3B:31 33
$1CB5:31 33
0170 Check for 79 char/line rather than 39
$1B52:4F
0175 New line display length of 80 rather than 40
$1CA8:50
$1CAC:50
0180 New CLREOP function
$1B64:63 33
0205 Since it is not knowN if inverse exists on the target VIDEOTERM
0206 I will display a '?' for control characters in EDIT
$1B4D:A9 BF
0207 Displayed spaces from EDIT will be $A0 rather than $20.
0208 this will be set to $20 in READLINE, and $A0 in EDIT.
$1AF6:CD 33
$134B:D7 33
0210 Patch in AUTO SHIFT on second tab
$14D9:A9 33
$1521:A9 33
0220 New tabs (2nd will trigger SHIFT in col 32
$1010:0E 20 00 00 00
0222 Patch ^O overrride because of $2C trick
$1393:4C E1 33
0224 Right arrow (->) will read from buffer rather than screen
$1397:BD 00 02 EA
0230 Add warm start to setup and clear VIDEX.
$1004:8C 33 
0240   
0250 *** You may now BSAVE filename,A$1000,L$2400
0260 *
$1003G
