Learning Assembly in 2026
低層
Why I'm spending evenings with x86 instructions and logic gates.
Most of my code lives high up the stack — TypeScript, Next.js, React. So I went looking for the floor.
What Assembly gives back
Writing a single function in x86 forces you to see registers, stack frames, jumps, the way the CPU actually moves bytes around. After a few weeks of it, every higher-level abstraction reads differently.
Why now
I want to go into Computer Science at university with a real mental model of what the machine is doing — not the textbook diagram, but the thing that's actually happening when you press a key.
Logic gates are next.