Hi,
I keep reading that MASM 64 is not very good for writing 64-bit code.
What are its problems/limitations?
Best regards,
Robin.
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.
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.
Here is a "Hello World" program for ML64.
Getting started with ml64.exe (http://www.masm32.com/board/index.php?topic=10880.msg79773#msg79773)
Nice!