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.

Generating a QR code with only ARM Assembly

85 pointsby barrettotteover 3 years ago

5 comments

rebane2001over 3 years ago
On a similar note, I've been working on a QR code generator in Minecraft using redstone (the in-game equivalent of circuits), it has both been rather interesting and very painful to create. Definitely a great way to gain experience. I'll probably finish the project sometime this week.
评论 #28462654 未加载
ameliusover 3 years ago
OT. Does anyone know of a good open source library to read "Data Matrix" 2d barcodes? The ones I found are either broken or extremely slow. The frustrating part is that there seem to be many mobile phone apps which can do it just fine, but I want to run this in my own code on my desktop machine, so each barcode can trigger an appropriate action.
评论 #28460321 未加载
评论 #28460201 未加载
评论 #28460537 未加载
评论 #28462209 未加载
userbinatorover 3 years ago
<i>you should obviously never use assembly for this type of project&#x2F;application.</i><p>...unless you&#x27;re working in certain types of embedded development, where rewriting code in Asm to save going to the next larger size of device is a semi-common occurrence.<p>I&#x27;m not really familiar with ARM Asm so I can&#x27;t easily point out optimisation opportunities like I can with x86, but would like to see a size comparison with a stripped-down C implementation (of similar capability) put through a compiler.
评论 #28464579 未加载
jdblairover 3 years ago
Bravo!
fmakunboundover 3 years ago
Every line in the code base is commented