|
Emu8086 is an excellent Assembler for learning 16-bit Assembly.
NASM is an excellent Assembler for learning 32-bit Assembly.
And MASM isn't all that bad, you can really work your way around all the built in stuff using some low level Windows function calls, I've truthfully seen some really awesome stuff done in Assembly via MASM like Md5 crackers.
|