this post was submitted on 15 May 2025
190 points (96.1% liked)

Programmer Humor

36340 readers
300 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ch00f@lemmy.world 27 points 3 weeks ago (3 children)

I've been working on disassembling some 8-bit code from the 90s. Fuckers returned bits from functions using the overflow bit. Nuts.

[–] racketlauncher831@lemmy.ml 4 points 3 weeks ago (1 children)

What era was that device? Some old games on NES had to use all kinds of quirks like this to overcome hardware limitation.

[–] ch00f@lemmy.world 1 points 3 weeks ago

It's in an AlphaSmart. I'm working through disassembling the ROM to add some new features.

[–] jsomae@lemmy.ml 3 points 3 weeks ago

Where do you go to talk about such things? Could be fun to have a retro reversing community.