Frequently Asked Questions
What does UASM64 Library do?
UASM64 Library provides many useful functions for use in any of your x64 assembler projects.
UASM64 Library is a x64 port of the functions from the MASM32 Library that are included with the MASM32 SDK.
What do I need to do to install UASM64 Library?
Please follow the Installation & Setup guide for details on how to install the UASM64 Library.
How do I add to the UASM64 Library documentation?
Please follow the Contributing guide for details on how to add to, or edit, the UASM64 Library documentation.
Why are the UASM64 Library function names different?
The names of the functions and parameter names in the UASM64 Library compared to the MASM32 Library have been changed to increase readability. Equates are provided in the UASM64.inc file to map to the new function names - which also helps when porting x86 projects to x64 ones.
How do I report a bug?
If you should encounter any bugs, please open a new issue on the UASM64 Library Github repository.