create an asm program in visual studio
 
jbwyatt.com
diagram
  • Locate the Irvine Sample Project Folder (C:\irvine\examples\Project_sample)
    - Note that you must install this code. (See Step 3.)
    - Click on the project file (Project.sln)
  • Goto the solution explorer window within visual studio (under view menu if not visible)
    - click the + symbol next to the item named Project to expand it
    - double-click the file named main.asm to open it in the editing window.
  • Build it!
    - select "Build" from build menu!
  • Executing your code:
    - Ctrl-F5 runs the code NODEBUG (to add button: 'Tools/Customize')
    - Debug / Start Debugging - executes the code without debug

  • Kip Irvine's "Getting Started" is a very detailed tutorial on creating asm programs