A86 - Fast Assembler

A86 - Fast Assembler

A86 is an assembler for the PC. Assembly language programs will run on any PC: XT, AT, 386, 486, 586, Pentium, etc. Assembly Language is fast, much faster than other languages. You can do things in Assembly Language that you cannot do in other languages.

A86 is very easy to use. Just edit your Assembly Language program with any text editor. Then type:

A86 program-name

Then, poof, in the blink of an eye, you have a .COM file which you run. It is quick and easy.

You can debug programs using the D86 debugger. D86 allows you to step through your program, one instruction at a time. You can see the values of your variables in memory. You can see all the register values. You can set break points to see what the program is doing at any given spot.

A86 can also produce .OBJ files which can be linked into other programs.

A86 and D86 are shareware. For your $5 you receive a fully funcional assembler and debugger. If you try them out and like them, you may register them.

Assembler and debugger: Disk is $5.

email: zipfast@mis.net


ZIPFAST
Box 12238
Lexington Ky 40581-2238

Back to ZIPFAST home page.

You are visitor number since August 22, 1997