GithubHelp home page GithubHelp logo

uasm-with-radasm's Introduction

UASM-with-RadASM

Support for UASM x86 and x64 assembler in RadASM 2.2.2.x

Setup

  • Download the latest release and extract the files to your RadASM folder. The latest release can be found in the Release folder, or via the releases section of this Github repository or can be downloaded directly from here.
  • Edit RadASM.ini file to add UASM32 and UASM64 to the Assembler entry under the Assembler section:
[Assembler]
Assembler=masm,UASM32,UASM64,JWasm,GoAsm,fasm,nasm,html
  • Restart RadASM if required, select new project and select from the assembler drop down list one of the new UASM entries. All projects will default to save to \RadASM\UASMxx\Projects.

Notes

The support for UASM with RadASM makes assumptions that your UASM installation uses the following folder structure:

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

Includes & Libraries

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

Libraries for x86 can be copied from the MASM32 SDK \MASM32\lib folder to the UASM\lib folder.

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.

Other Binaries

There are other binary tools required that will have to be sourced from a Visual Studio installation and placed in the UASM\bin folder:

  • Resource Compiler: rc.exe, rcdll.dll
  • Resource Converter: cvtres.exe, cvtres.exe.config
  • Linker & Lib Manager: lib.exe, link.exe, link.exe.config, msobj120.dll, mspdb120.dll, mspdbcore.dll and the c runtime msvcr120.dll

Resources

uasm-with-radasm's People

Contributors

blue-devil avatar mrfearless avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.