- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
You must log in or register to comment.
I’ve been working on disassembling some 8-bit code from the 90s. Fuckers returned bits from functions using the overflow bit. Nuts.
Nice.
Where do you go to talk about such things? Could be fun to have a retro reversing community.
What era was that device? Some old games on NES had to use all kinds of quirks like this to overcome hardware limitation.
It’s in an AlphaSmart. I’m working through disassembling the ROM to add some new features.