TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best books on low-level programming

13 pointsby scvalenciaalmost 8 years ago

5 comments

le-markalmost 8 years ago
&quot;Programming from the Ground Up&quot; is a really fantastic book that starts with some architecture, assembler and executable file format. Discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11702025" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11702025</a>
zero_one_onealmost 8 years ago
Peter Norton and John Socha - Peter Norton&#x27;s Assembly Language for the IBM PC.<p>Hideously outdated, and has practically no real world application any more, but is conversely an incredibly lucid, explanatory, and beatifully written as a guide to 16-bit Assembly language on the IBM (and compatible) PC - Guides you through first examinations of registers and memory through to creating a low-level hard disk editor.<p>Pop open DosBox, download MASM, and see what you can break!<p>Currently going for $3 on Amazon - worth a pop for that price if only for a cursory look!<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Assembly-Language-Brady-programming-library&#x2F;dp&#x2F;1566860164&#x2F;ref=sr_1_2?ie=UTF8&amp;qid=1499163399&amp;sr=8-2&amp;keywords=Norton+assembly" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Assembly-Language-Brady-programming-l...</a>
tomByreralmost 8 years ago
Can&#x27;t get more low level than ASM<p><a href="http:&#x2F;&#x2F;www.agner.org&#x2F;optimize&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.agner.org&#x2F;optimize&#x2F;</a>
NonEUCitizenalmost 8 years ago
Michael Abrash&#x27;s Graphics Programming Black Book. He&#x27;s also got a few &quot;Zen of ...&quot; books:<p><a href="http:&#x2F;&#x2F;www.drdobbs.com&#x2F;parallel&#x2F;graphics-programming-black-book&#x2F;184404919" rel="nofollow">http:&#x2F;&#x2F;www.drdobbs.com&#x2F;parallel&#x2F;graphics-programming-black-b...</a>
brudgersalmost 8 years ago
<i>The Art of Computer Programming</i>, perhaps?