mrfearless / UASM-SDK

UASM SDK
11 stars 8 forks source link
asm assembler masm sdk uasm x64 x86

UASM-SDK

UASM SDK is a collection of include files, libraries and binary tools required for working with the UASM assembler, for x86 or x64 coding. It includes v2.46 of UASM. You may need to update UASM and other files from time to time.

UASM-SDK Setup

Includes & Libraries

Note: The includes and libraries provided here as part of the SDK may be outdated or some files may not work. To ensure you have the best and most recent versions, I recommend using the libraries from the Windows SDKs.

Includes for both x86 and x64 can be obtained from using the WinInc package.

Libraries for x64 can be obtained via (assuming default installed locations):

These x64 libraries should be copied to the UASM\lib\x64 folder.

Additional Resources