https://github.com/allncuz/asm
Intro to x86 Assembly Language
https://github.com/allncuz/asm
assembly kernel shell
Last synced: 5 months ago
JSON representation
Intro to x86 Assembly Language
- Host: GitHub
- URL: https://github.com/allncuz/asm
- Owner: allncuz
- Created: 2024-08-28T18:35:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:48:29.000Z (almost 2 years ago)
- Last Synced: 2025-06-16T02:04:43.818Z (about 1 year ago)
- Topics: assembly, kernel, shell
- Language: Assembly
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly
```git
git add -A
git commit -m "commit_message"
git push origin main
```
### [Syscall xX84](https://x86.syscall.sh)

### [x86-64 Assembly](https://docs.google.com/document/d/1hwABu-SL6u2cdhVkjOCUU6T0UyALujep1NfwYfQzWSo/edit)
