C code along with assembly code - debugging and knowing intermediate values

73 Views Asked by At

I have a repo where code is jumping from C/CPP code to assembly code. Although I want to debug the code parts of assembly code , I am not exactly sure on how to do the same. I want to know intermediate values in the assembly code execution. Any suggestions on the same would be welcome. I don't have a solution file like setup for my repo. I use nmake to build my code and use the executable after that

0

There are 0 best solutions below