this post was submitted on 15 May 2025
187 points (95.6% liked)

Programmer Humor

35791 readers
72 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
[–] [email protected] 27 points 1 week 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.

[–] [email protected] 4 points 1 week 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.

[–] [email protected] 1 points 1 week ago

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

[–] [email protected] 3 points 1 week ago

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