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.

Learn x86-64 assembly by writing a GUI from scratch

3 pointsby ibobevabout 2 months ago

1 comment

timonokoabout 2 months ago
Too Complex, Did Not Learn.<p>Learn X86-64 assembly with MSDOS Debug instead:<p><pre><code> c:&gt;debug -a 07BE:0100 MOV AX,1 07BE:0102 ADD AX,2 07BE:0106 -G106 AX=0003 BX=0000 ..</code></pre>