News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Masm beginner tip

Started by j00n, October 29, 2011, 12:18:32 PM

Previous topic - Next topic

j00n

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!

qWord

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
FPU in a trice: SmplMath
It's that simple!