• Wilzax@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

    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.