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
- Host: GitHub
- URL: https://github.com/pegvin/asmx86
- Owner: pegvin
- Created: 2023-06-04T20:06:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T10:11:47.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T21:14:17.178Z (over 1 year ago)
- Topics: asm, asmx86
- Language: Assembly
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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