Skip to content

mrfearless/UASM-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Download the latest release. The latest release can be found via the releases section of this Github repository as Source code (zip)

  • Extract the contents, and rename any folders required so that it matches the following folder structure:

    \UASM\bin
    \UASM\include
    \UASM\lib
    \UASM\lib\x64
    

    If you are using the RadASM IDE, you may wish to also download: UASM-with-RadASM

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):

  • Installed Windows SDK: \Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64
  • Installed Windows Kit: \Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64
  • PellesC - \PellesC\Lib\Win64

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

Additional Resources