{
  "id": 21810,
  "title": "The Art of 64-bit Assembly",
  "url": "https://urgent.news/2026/08/01/the-art-of-64-bit-assembly",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-01T14:09:00.000Z",
  "source": {
    "name": "Hacker News",
    "slug": "hacker-news",
    "url": "https://nostarch.com/art-64-bit-assembly-v2"
  },
  "original_language": "en",
  "account": "This book, titled \"The Art of 64-Bit Assembly,\" provides a deep dive into the inner workings of 64-bit assembly language, specifically as it pertains to Windows. The author aims to bridge the gap between a general understanding of programming concepts and the intricate details of assembly language. Every chapter focuses on a specific construct commonly used in high-level languages like C++, Python, or Rust, and breaks it down into its fundamental components using MASM (Microsoft Macro Assembler), all within the context of a Windows environment.\n\nThe text covers a wide range of topics, starting with advanced macro techniques, progressing through Unicode strings, transcendental functions, advanced procedures, concurrent programming, object-oriented programming using MASM, exception handling, thunks and closures, advanced parameter implementation, iterators, and finally, a comprehensive exploration of coroutines, generators, and fibers. Each section is meticulously dissected at the instruction level, making explicit every decision made during the assembly process. This approach ensures that readers not only understand the theory behind each concept but also see exactly how it translates into assembly code.\n\nFor those already familiar with assembly language, the book serves as a valuable refresher, helping to dispel common misconceptions and deepen understanding. By presenting the material in a structured, chapter-by-chapter format, the author guides readers through complex concepts in a clear and logical manner, making the book accessible to both beginners and experienced programmers alike.",
  "summary": null,
  "key_points": [],
  "editors_take": null,
  "illustration": "https://urgent.news/ill/21810.png",
  "coverage": {
    "outlets": 2,
    "also_reported_by": [
      {
        "outlet": "Hacker News Best",
        "title": "The Art of 64-bit Assembly",
        "url": "https://urgent.news/2026/08/01/the-art-of-64-bit-assembly-32860",
        "published": "2026-08-01T14:09:00.000Z"
      }
    ]
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}