Here you go:
This is a text listing of the first 20 screens which is mostly the editor, but it's also the error messages.
http://db.tt/Bl38flmpAlso, here's a "Forth Disk", which has 50 1K pages, in BLOCK format, 16 lines of 64 characters, all blank padded, no new lines, so you can have it in "binary" form if you can somehow mount this. This is what I generated the listing off of.
http://db.tt/6RQ3gy98This listing was keyed in by me using my Forth against my Disk, from the source (I found it somewhere on line, I don't recall where). I keyed in the minimal words necessary to insert text directly in to the interpreter, then executed them to key in the entire editor.
Editor starts on Screen 10
I notice on screen 19 that I missed the preceding : for the F definition. Also seem to be missing a --> on screen 17.
I never worked with it much after I got it keyed in. But as I recall it's pretty accurate from the source.