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
- Host: GitHub
- URL: https://github.com/64kramsystem/uasm-linux
- Owner: 64kramsystem
- License: other
- Created: 2021-12-02T22:02:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T13:48:38.000Z (over 3 years ago)
- Last Synced: 2025-02-10T10:19:35.199Z (4 months ago)
- Topics: assembly, assembly-language, masm, uasm
- Language: C
- Homepage:
- Size: 48.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.txt
- License: LICENSE
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`.