https://github.com/thomwright/intro-to-asm
https://github.com/thomwright/intro-to-asm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomwright/intro-to-asm
- Owner: ThomWright
- Created: 2020-10-17T12:40:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-17T12:41:23.000Z (over 4 years ago)
- Last Synced: 2025-01-18T17:57:12.294Z (4 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to x86 Assembly Language
[Video](https://www.youtube.com/watch?v=wLXIWKUWpSs)
- `nasm -f elf32 src/ex1.asm -o obj/ex1.o`
- `ld -m elf_i386 obj/ex1.o -o exec/ex1`