https://github.com/imdabigboss/iasm
Small x86 assembler project written in C
https://github.com/imdabigboss/iasm
assembler assembly iasm x86
Last synced: 6 months ago
JSON representation
Small x86 assembler project written in C
- Host: GitHub
- URL: https://github.com/imdabigboss/iasm
- Owner: ImDaBigBoss
- License: mit
- Created: 2024-04-01T17:23:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T21:52:34.000Z (over 1 year ago)
- Last Synced: 2025-03-15T05:14:42.864Z (over 1 year ago)
- Topics: assembler, assembly, iasm, x86
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IASM
This assembler is an attempt to learn more about x86 assembly and how machine code functions.
**Please note that this project is under development!** As such, it really is not recommended that you use this for anything serious. There are plenty of real assemblers out there, for example [NASM](https://www.nasm.us/) is a good choice.
## Building
Building should be just as simple as running `make` in the root directory of this project.
## How to use
You have access to a `-h` falg as well as a very helpful `docs` folder. If you have any additional questions, please open an issue or join my [discord server](https://discord.gg/5n8ttQfSqF).