EDIT.EXE
Created by: phil, Last modification: Mon 02 of Jan, 2012 (21:30 UTC)
Use: EDIT filename -G hex_number
Parameters are optional. If no filename is supplied, a new document called "NEW.TXT" is created. The parameter -G hex_number is the line to go to at start (1-FFFF)
Keys:
CTRL + ESC = QUIT
CTRL + L = LOAD
CTRL + S = SAVE
CTRL + G = GOTO LINE
CTRL + N = NEW DOCUMENT
Other keys supported: Page_Up, Page_Down, Home, Insert,Caps.
Notes:
Max line length = 248 characters
Max file size = 384KB
When saving, if a file exists with same name that file is renamed "*.BAK"
Tabs are fixed at 8 characters
Tech info:
Stores text file in VRAM $20000-$7ffff for ease/speed of manipulation with
blitter. Also uses VRAM $0-$1fff for buffer