create an asm program: visual studio
 
home | 163 | 202 | 244 | 253 | 355   .   courses | advisees | faq | honesty | schedule   .   webHelp | unixHelp | c*Help | asmHelp

    diagram
  1. 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)
  2. 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.
  3. Build it!
    - select "Build" from build menu!
  4. 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 great tutorial in detail


freedom through discipline