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

https://github.com/pegvin/asmx86

me starting with x86 assembly
https://github.com/pegvin/asmx86

asm asmx86

Last synced: 7 months ago
JSON representation

me starting with x86 assembly

Awesome Lists containing this project

README

          

# asmx86
me starting with x86 assembly

---
### Building

1. Install Deps:
- Arch: `sudo pacman -S make nasm lib32-glibc`
- Debian: `sudo apt-get install make nasm gcc-multilib`
2. Build: `make all`

all the executables can be found in `build/` directory with `.elf` extension.

---
# Thanks