Channel: Fireship
Category: Science & Technology
Tags: app developmentlessontutorialwebdev
Description: 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 nasm.us x86 Assembly Guide cs.virginia.edu/~evans/cs216/guides/x86.html How a CPU Works youtu.be/vqs_0W-MSB0 WASM in 100 Seconds youtu.be/cbB3QEwWMlA š Chapters š„ Get More Content - Upgrade to PRO Upgrade to Fireship PRO at 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