Master x86-64 Assembly from zero: 31 chapters covering registers, memory, the stack, syscalls, strings, structs, gdb & linking with C — plus 54 practice & bonus challenges, 5 real capstones & full solutions. Write NASM that assembles, runs & reads like the machine.
Unlock Assembly with the "Bare-Metal" Notion Roadmap. This is not a mnemonics reference — it is a complete path of 31 chapters in pure NASM x86-64, taking you from your first exit syscall to a hand-built hexdump, with nothing hidden behind a runtime.
Whether you're a curious developer who wants to know what the compiler actually emits, a student facing an assembly course who wants the mental model instead of just the mnemonics, or anyone reverse-engineering or performance-tuning who needs to read the machine's diary, this template gives you the depth and structure to write assembly with confidence.
nasm -f elf64, traps marked BROKEN vs FIXED with the real signals they throw (SIGSEGV, SIGFPE, #DE)buf, tables, itoa, read_line, so chapters compound into the capstones instead of resetting