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: Has anyone used assembly recently?

1 pointsby guytvover 1 year ago
My 13-year-old has been experimenting with reverse engineering and modifying Android games. He&#x27;s fascinated by Smali, can write in it directly, and uses Apktool to repackage the APK.<p>He&#x27;s now interested in learning assembly language.<p>Has anyone here worked with assembly in the past 5-10 years?<p>Could you share your experiences, including why you used it and what you accomplished?

1 comment

ksajover 1 year ago
Here is something I did that your son might be interested in. It is simply Hello World, but done 6 different ways using ARM assembly language.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ksaj&#x2F;helloworld">https:&#x2F;&#x2F;github.com&#x2F;ksaj&#x2F;helloworld</a><p>I did a lot of Assembly language programming in the 90&#x27;s, on Intel, but I haven&#x27;t really since then. Still a fan of it though.<p>The best thing I got out of it was a super-deep understanding of how computers <i>actually</i> work (versus what it seems like they do if you program with higher level languages.)