this post was submitted on 06 Jul 2025
77 points (89.7% liked)

Programmer Humor

24932 readers
1370 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] palordrolap@fedia.io 27 points 6 days ago (5 children)

It looks like they're going for "machine code" being directly putting numbers in memory, but if you know what you're doing that's pretty much just assembly in an obscure op-code dialect.

[–] modeler@lemmy.world 13 points 5 days ago (3 children)

That looked like machine code on a 8-bit micro, perhaps the Commodore 64 or VIC-20 (based on the screenshot and 40x20 text). So that would be the 6502. Child's play compared to what you'd need to do on a modern chip.

[–] palordrolap@fedia.io 3 points 5 days ago (1 children)

It's the machine language monitor on the 40-column screen of the Commodore 128 (or, more likely, an emulator of the same). I had a whole part about that, BASIC DATA statements full of numbers, and about how anyone with any sense actually used an assembler even back then in an original draft of my comment, but decided to keep it brief.

[–] modeler@lemmy.world 2 points 5 days ago

BASIC DATA statement? Wow you were so lucky. On my ZX81 we had to enter them as characters in a REM statement that was the first line of code so we knew their address so that we could execute it. Address Space Layout Randomization? Couldn't work on the ZX81!

load more comments (1 replies)
load more comments (2 replies)