
AED.COM is a ted version, text editor i found somewhere.
it is all messed up, unfinished, and stuff like that, BUT
the positive side of it is the unique code I put into it.

COLOR is designed to simplify asm programming by hiding ;COMMENTS in a dull
color and highlighting INSTRUCTIONS to stand out, in brite white.
NUMBERS are important so they are bright red.
So what you need to see jumps out at you.
"code in perthescis" is yellow, it is a bit difficult to tell the difference
between instructions, but it works for me since both are note worthy.

The INFO BAR gives needed info like the value under the cursor.
I can't program without it, and only NC.exe edit gives me a value.
But, AED.com has decimal, hex, & binary. WOW....
File size and cursor debth into it. Free edit size. CurPos Line & column.
You know, like real info should be.

PUSH - POP address = jump to a location.
Left  alt + 1 to = is 12 save adr's
Right alt + 1 to = is 12 jump to adr's
They don't get updated, when bytes are written, so they get off after a while
but they usually get you close, and you can update them easily.
I was going to install a search4 code that would find ~
or some unique character that people don't usually use
and have the JMP2 positions all get updated by the push of a key.

The COLOR, INFO BAR, & JMP2 code makes this AED.com worth messing with
so I included it here.  If any one is interested in the source code,
ask & I could post a copy of it, + do a little more research as to where it
came from and get some history.

AED.com flaws are, search fails,  can't see lines past 80 characters,
the last line has to be a blank line or you can't work past the last line.
copy/paste fails.  I still use it alot though.
I would fix it if I could, but it was written in TASM or something and I don't
work well in that environment.  The comments were hard for me to understand,
and I couldn't figure out his code in the few attempts i gave it.
There were functions that didn't work when I got it,
or I couldn't get them to work for me?

Bitdog

