Any conveniant way that you know of to write pure Assembly in VS2008?
This is a discussion on MASM In VS2008 within the Tech Board forums, part of the Community Boards category; Any conveniant way that you know of to write pure Assembly in VS2008?...
Any conveniant way that you know of to write pure Assembly in VS2008?
This post seems to indicate MASM can be invoked as "ml" from the VS command prompt. I haven't tried it.
Code://try //{ if (a) do { f( b); } while(1); else do { f(!b); } while(1); //}