• Poplar?@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      Assembly isnt a single language though. I could write assembly for riscv or a recent arm ISA and that would be quite new.

      I wondered if maybe “assembly” gets used to mean x86 but apparently thats a bunch newer than COBOL so I dont think Im being pedantic :)

      • felbane@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        3 days ago

        In broad terms it’s true, though there are some variants of assembly that are newer than COBOL.

        Assembly language is one step above machine code, and was the first large step toward a world where people write server-side code in Javascript.

      • alcoholicorn@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        3 days ago

        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.