News:

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

MASM64 - What are the problems?

Started by Astro, January 30, 2010, 11:57:49 PM

Previous topic - Next topic

Astro

Hi,

I keep reading that MASM 64 is not very good for writing 64-bit code.

What are its problems/limitations?

Best regards,
Robin.

GregL

ML64 works fine for writing 64-bit code. It just doesn't support a lot of the high-level directives, including INVOKE.

If you want to learn how x64 assembly really works "under the hood", ml64 is a good way to do it.




Astro

Quote from: Greg Lyon on January 31, 2010, 01:30:36 AMML64 works fine for writing 64-bit code. It just doesn't support a lot of the high-level directives, including INVOKE.

If you want to learn how x64 assembly really works "under the hood", ml64 is a good way to do it.
Great!  :8) :dance:

Best regards,
Robin.

GregL