zxedit Code
A simple text editor and file management tool for the Commodore 64, BBC Micro, CP/M and ZX Spectrum
Brought to you by:
pjshumphreys
| File | Date | Author | Commit |
|---|---|---|---|
| Makefile | 2022-10-05 |
|
[f72f85] added BBC micro port |
| archiver.c | 2022-09-14 |
|
[b41887] updated archiver and unarchiver header comments |
| readme.md | 2022-10-05 |
|
[31f9c6] Update readme.md |
| unarchiver.c | 2022-09-28 |
|
[6f617e] allocate the loader buffer |
| zmakebas | 2022-09-07 |
|
[143281] initial commit |
| zxedit.asm | 2022-09-13 |
|
[c412e3] put zx machine code after the basic loader; bet... |
| zxedit.c | 2022-10-05 |
|
[f72f85] added BBC micro port |
| zxedit.zip | 2022-10-05 |
|
[f72f85] added BBC micro port |
| zxedit2.asm | 2022-09-13 |
|
[c412e3] put zx machine code after the basic loader; bet... |
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
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
LOAD "". Don't press anything yet.LOAD * "ed"LOAD "". Don't press anything yet.LOAD % "ed"zxedit.zip contains a plus3dos disk image zxedit.dsk that contains the program, or
FORMAT "a:" : LOAD "t:" : LOAD "". Don't press anything yet.LOAD "a:": LOAD "ed"MOVE "c:" IN "<your partition name>" : LOAD "t:" : LOAD "". Don't press anything yet.LOAD "c:" : LOAD "ed"