News:

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

GoASM How-to question (Solved)

Started by Shooter, December 16, 2010, 10:16:07 PM

Previous topic - Next topic

Shooter

How do I convert this bit of code originally written for MASM32 into code for GoASM?

mov eax,[eax].NMHDR.code

Thanks,
-Shooter
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.

Ramon Sala

Greetings from Catalonia

Shooter

Thanks, Ramon. I thought it was that, but my proggy is still acting strange, so I thought maybe I was doing that bit of code incorrectly. (le sigh.)

-Shooter
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.

Ramon Sala

Greetings from Catalonia