πŸ“– Assembly Instructions & Directives

Assembly language is made up of two main things: instructions that tell the CPU what to do, and directives that guide the assembler on how to process your code.

βš™οΈ Common Instructions

πŸ“Œ Common Directives

πŸ“š Example Code: Moving & Adding

πŸ’‘ Pro Tip: Keep comments (;) on every line of Assembly code when you’re starting out β€” it’ll save you pain later.

πŸ–₯️ Simulated Output

Final value in eax = 10 (after adding 8 + 2)