<<< Adding Sample Code | Index | Project Directory Structure >>> |
You should now be able to build the program:
Click Build menu -> Build Solution.
Press F11 key to start the program in Debug mode. Console window will open, and debugging session will stop at the NOP instruction.
Right-click the nop instruction and select Go To Disassembly.
Press F10 key to step over to the next instruction, RET.
Press F5 key to continue. The program will finish and return back to the design mode.
Congratulations, you can now edit, assemble, link, and debug your assembly programs!
<<< Adding Sample Code | Index | Project Directory Structure >>> |