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.

Show HN: Assembly riddles

5 pointsby xorpdover 10 years ago

1 comment

xorpdover 10 years ago
Hi. I made a collection of interesting bit tricks and techniques that I found over the last years. I put them into 0x40 assembly riddles, each one should teach you about one thing.<p>You could also get the hard copy for those snippets, though all of them are on the website.<p>How to use it? Get an assembler (Yasm or Nasm is recommended), and obtain the x86_64 instruction set. Then for every snippet, try to understand what it does. Try to run it with different inputs if you don&#x27;t understand it in the beginning. Look up for instructions you don&#x27;t fully know in the Instruction Sets PDF. Start from the beginning. The order has some meaning.<p>Enjoy, and send me your feedback.