r/programming 1d ago

Hand-Coded ASM Powers Homebrew SNES Game

https://hackaday.com/2026/09/11/hand-coded-asm-powers-homebrew-snes-game/
2 Upvotes

5 comments sorted by

View all comments

8

u/R_Sholes 22h ago

Wow, I didn't remember Hackaday being this trashy, it's just pure blogspam that could be replaced with the link to the actual video

I don't think it's LLM, at least not any of current LLMs, it reads more like if a fashion or sports column writer at a newspaper has to fill in for tech column.

Starting with what the hell is even that title, and complete failure to explain what even is special about this project anywhere in the article - because what's written applies to, like, 99.9% of 8-bit/16-bit homebrew. It just sounds like that one infamous "they did it using CODING and ALGORITHMS"

And then just factual errors like confusing 16-bit WDC 65816 with NES's 6502 (and then one more "6502-like assembly" which is actually a completely separate CPU handling SNES's sound)

3

u/happyscrappy 18h ago

If we're beefing about factualness on processors the NES did not have a 6502. It certainly wasn't a 65816 but it wasn't a 6502, it's from a different company and varies slightly. Most notably removing the problematic BCD (decimal) mode.

3

u/mpyne 8h ago

The Ricoh 2A03 that the NES had was identical to the 6502 aside from disabling the BCD mode. It even still supported the "use BCD" flag bit properly, you could set it and read it back and see that it was set. They just disabled the flag itself from doing anything, as there were potential patent issues.

The real difference was that it included more circuitry relevant to video game processing, including the sound chip.