I was considering trying to learn assembly, but I was not really sure if it would be feasible to be able to step try to edit an .exe. I made a simple program in Visual Basic to test, and when I disassembled it, it was 29 pages long. Is there a way to step through the compiled program while looking at the assembly code, or do you have to try to go through all the code?