• 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.