August 1, 2026
Bits, beef, and boomer code
The Art of 64-bit Assembly
A hardcore coding book drops, and the comments instantly turn into an AI-vs-old-school brawl
TLDR: This new book argues that AI can fake knowledge about low-level coding but can’t replace deep, real understanding of how Windows software works. Commenters promptly turned that into a messy debate over whether hand-written assembly still matters at all—and whether the book’s anti-AI pitch is a little too ironic.
A new programming book, The Art of 64-Bit Assembly, is selling itself as the antidote to slick-but-shallow AI answers. The pitch is simple: if you want to know what your computer is really doing under the hood, this book walks through it step by step, rebuilding familiar features like objects, errors, multitasking, and text handling by hand on Windows. In plain English, it’s a manual for people who don’t want to just trust the magic.
But the real fireworks are in the comments, where readers immediately turned the release into a mini culture war. One camp loved the premise that AI can sound convincing while still missing crucial real-world details. Another camp was not amused that the sales pitch starts by dunking on AI and then, as one commenter snarked, seems to slip into “AI-produced text” itself. Ouch. Then came the spicier question: is anyone even still writing assembly by hand in 2026? One commenter asked that dead seriously, arguing that large language models can now crank out tiny fast code snippets with fewer headaches.
And because no nerd argument is complete without a style fight, the assembler choice itself caused eye-rolls: “MASM? All the cool kids use NASM or YASM,” joked one reader, basically turning the thread into a vintage tools fashion show. Add in a confused-but-fair question about whether Windows secretly has rules for how these program pieces must look, and you’ve got the classic recipe: one serious book launch, one identity crisis about AI, and one comments section having way more fun than anyone expected.
Key Points
- •The article presents *The Art of 64-Bit Assembly* as a Windows-focused assembly programming book with ISBN-13 9781718504349.
- •The book rebuilds constructs from C++, Python, and Rust directly in MASM, exposing their implementation at the instruction level.
- •Covered topics include vtables, method dispatch, inheritance, Windows structured exception handling, thunks, closures, iterators, coroutines, generators, fibers, concurrency, Unicode strings, and macro languages.
- •The target audience is readers who already know assembly and want deeper understanding of advanced low-level topics.
- •Author Randall Hyde is described as an experienced assembly programmer and educator, with previous books published by No Starch Press.