News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

The anatomy of a working 64 bit MASM DLL

Started by hutch--, July 24, 2016, 05:35:02 PM

Previous topic - Next topic

hutch--

This shows how to build a working DLL in 64 bit MASM. The example shows manually how to set the stack space and load the registers into the first 4 arguments of a high level procedure. It also has a low level procedure that does not use the stack at all which has lower overhead than a stack frame based proc.


hutch--

Thanks Tim, it tells me that doing it manually is a lot safer.  :P