A86 is a compact commercial assembler developed for the Intel x86 family of microprocessors by Eric Isaacson. The assembler can directly produce a Windows/DOS compatible .COM or .OBJ files from a simple text source file. It uses a slightly simpler syntax for source code than that used by other assemblers, and it is optimized for maximum speed at both assembly and run times. It comes with a debugger, D86.[1][2]
A86/D86 target 16-bit x86 platforms. The companion products A386 and D386 are designed for 32-bit platforms.[1][2]
References
External links
|