An open API service indexing awesome lists of open source software.

https://github.com/64kramsystem/uasm-linux

UASM fork, fixed to compile on modern Linux systems
https://github.com/64kramsystem/uasm-linux

assembly assembly-language masm uasm

Last synced: about 2 months ago
JSON representation

UASM fork, fixed to compile on modern Linux systems

Awesome Lists containing this project

README

        

# UASM-linux

Fork of [UASM](https://github.com/Terraspace/UASM), fixed to compile on (modern) Linux systems.

## Build

Run `make -j $(nproc)` from the project root; the output is built under `GccUnixR`.

## Fork Details

This project is based on the upstream version 2.53; compilation has been tested on Clang 12.

The changes applied to the upstream project can be found in the [fork PRs](/../../pulls?q=is%3Apr+is%3Aclosed); each released version is tagged as `v-linux`.