Define - Assembler/DisassemblerDefine uses the principle of macros to read and write code and functions as both a high level and low level assembler/disassembler.
It was written back in 1999 and I quickly moved on to Win32 and OpenGL programming using Dev-C++ so it has been neglected ever since. It was also my first asm project so the coding is sure to be primitive and probably uses a lot of self modifying code and other no-nos. The first version was written using QBasic and then re-written using the A86 assembler from
http://eji.com/a86/It only works in the DOS environment and again I stress that it was a exercise to test a theory, which I still feel is valid, so I hope somebody is curious enough to take a look.
My Win32 tutorials and other reference material may also be of interest to some so you can find out more at:
Al's Programming ResourceThanks