[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking for a good full-screen editor



On Oct 22, 6:36 pm, Indiana Joe <indianaj...@comcast.net> wrote:
>  I'm playing with Catakig, and want to start typing in some of the
> programs from Nibble. I'm looking for a full-screen program editor.

Multiscribe is good

appleworks would work I think.

WordPad, NotePad, MicrosoftWord, etc work very well too!

type them into the word processor,
save them as TEXT files

if it's basic, type EXEC FILE from the basic prompt, and it'll
enter your program into memory.

if it's ASM, open it from merlin.

if you use an editor to enter ASM, make sure you do it like this:

<space>NME<SPACE>Address

or:

label<spacel>NME<space>address

programmers notepad, and I'm sure hundreds of other text editors,
allow you to properly "tab" a listing on screen.


Rich