The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: j00n on October 29, 2011, 12:18:32 PM

Title: Masm beginner tip
Post by: j00n on October 29, 2011, 12:18:32 PM
Debug with ollydbg...

I have my source on one screen and olly on the other, step through one line at a time.

watch the registers!
Title: Re: Masm beginner tip
Post by: qWord on October 29, 2011, 01:05:37 PM
my tip: Create a debug-version:
- Assemble with /Zi /Zd and link with /DEBUG
- Load the exe in OllyDbg
- Menu: View->Source files->select you main-file -> have funĀ  :U