Assembly Language in 100 Seconds
Assembly is the lowest level human-readable programming language. Today, it is used for precise control over the CPU and memory on the bare metal hardware of a computer. Learn the basics Assembly with NASM in 100 Seconds.
#compsci #programming #100SecondsOfCode
🔗 Resources
NASM Assembler https://www.nasm.us/
x86 Assembly Guide https://www.cs.virginia.edu/~e....vans/cs216/guides/x8
How a CPU Works https://youtu.be/vqs_0W-MSB0
WASM in 100 Seconds https://youtu.be/cbB3QEwWMlA
📚 Chapters
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is Assembly Language?
- What are registers on a CPU?
- Assembly language basics tutorial
- How to say hello world in assembly
- Who invented assembly language?
- Assembly vs Machine Code
- x86 vs ARM architecture