ZXEdit is a simple text editor and file management tool for the Commodore 64, BBC Micro, CP/M and ZX Spectrum with the disk systems esxdos, residos or plus3dos
- gcc (for building the included archiver tool for archiving files to .tap)
- z88dk (my fork from github.com/pjshumphreys/z88dk)
- cc65 (my fork from github.com/pjshumphreys/cc65)
- zmakebas
- c1541 (from the VICE emulator)
make
All files needed are prebuilt in zxedit.zip for convienience
zxedit.zip contains zxedit.d64
zxedit.zip contains $.ED.INF
and $.ED
which can be imported into a disc image using beebem.
The menu option to use is edit->import files to disk. Select $.ED.INF as the file to import.
To run the program on the beeb, type *RUN "ED"
at the basic prompt.
zxedit.zip contains ed.com
Copy ed, ede.bin, edp.bin and edr.bin to the sd card, or
- Open esxdos.tap in the fuse ZX Spectrum emulator
- Type in
LOAD ""
. Don't press anything yet. - Open zxedit.tap, then press 'q' to load the files
- To run the program, type in
LOAD * "ed"
- Open residos.tap in the fuse ZX Spectrum emulator
- Type in
LOAD ""
. Don't press anything yet. - Open zxedit.tap, then press 'q' to load the files
- To run the program, type in
LOAD % "ed"
zxedit.zip contains a plus3dos disk image zxedit.dsk that contains the program, or
- Open plus3dos.tap in the fuse ZX Spectrum emulator
- Place a blank disk in drive A:
- Type in
FORMAT "a:" : LOAD "t:" : LOAD ""
. Don't press anything yet. - Open zxedit.tap, then press 'a' to load the files
- To run the program, type in
LOAD "a:": LOAD "ed"
- Open plus3dos.tap in the fuse ZX Spectrum emulator
- Type in
MOVE "c:" IN "<your partition name>" : LOAD "t:" : LOAD ""
. Don't press anything yet. - Open zxedit.tap, then press 'c' to load the files
- To run the program, type in
LOAD "c:" : LOAD "ed"