#compsci #programming #100SecondsOfCode
🔗 Resources
NASM Assembler https://www.nasm.us/
x86 Assembly Guide https://www.cs.virginia.edu/~evans/cs216/guides/x86.html
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