I participate in the Assembly class, focused on the Intel 8086 architecture (all compilation / linking / execution comes from running DOS on win7 via DOS-Box).
I finished programming the last task, but since I have not had time to program any program for the first time, I am now stuck trying to debug my code.
I have visual studio 2010, and I was wondering if there is a built-in function that will help me debug my build code, in particular, I'm looking to track the value of a variable.
Otherwise, instructions pointing to the DOS-Box debugger (and instructions!) Will be highly appreciated. (I think I managed to start debugging the code, but I could not figure out how to do what I was looking for).
source
share