If you are familiar with masm you may like WinAsm Studio
It is nothing near Visual Studio but it has project templates for Windows and DOS
and some other extras that make life easier.
The program is free and this is the download page:
http://www.winasm.net/inde
you may need masm as well:
http://www.masm32.com/masm
Main Topics
Browse All Topics





by: Solar_FlarePosted on 2007-06-27 at 13:45:54ID: 19376087
you won't be able to use assembly from visual studio as it is for high level languages only.
notepad is a good editor - there really isn't a great deal of assistance that an IDE can provide for assembly code but the hardware manufacturer might provide some sort of IDE. you can't use any old compiler for assembly since it depends on the instruction set the hardware uses.