this post was submitted on 01 Apr 2025
785 points (97.8% liked)

Microblog Memes

7288 readers
3497 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] alcoholicorn@lemmy.ml 8 points 2 days ago* (last edited 2 days ago) (1 children)

Assembly is a way of writing machine code, but with words and hexideci numbers instead of 1s and 0s and comments/white space, it's barely a language, from the 40s.

COBOL is a compiled language from the 60s. The compiler turns the somewhat human-readable code into assembly the computer can read.

it's barely a language

Maybe barely, but I imagine most assembly variants have conveniences like labels for jumps, labels for referencing data included in the executable, and at least some also have things like simple macros or calculating mathematical expressions at compiletime.