this post was submitted on 17 Oct 2024
1386 points (98.9% liked)

RetroGaming

25109 readers
172 users here now

Vintage gaming community.

Rules:

  1. Be kind.
  2. No spam, AI slop, or soliciting for money.
  3. No racism or other bigotry allowed.
  4. Obviously nothing illegal.

If you see these please report them.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Wilzax@lemmy.world 3 points 11 months ago (1 children)

Technically assembly is a human-readable, paper-thin abstraction of the machine code. It really only implements one additional feature over raw machine code and that's labels, which prevents you from having to rewrite jump and goto instructions EVERY TIME you refactor upstream code to have a different number of instructions.

So not strictly the bunch of bits. But very close to it.

[โ€“] acockworkorange@mander.xyz 1 points 11 months ago

Technically correct. The best kind of correct.