• DoomBot5@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    C is the same. Free to do whatever you want until the system stops you. Yet people hate coding in C for some reason, as there isn’t enough hand holding.

          • nogrub@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            1 year ago

            isn’t assembly code sent throu an assembler to get machine code ? i’m gonna ask google again brb edit the explanation i found:

            Both machine and assembly languages are low-level programming languages used to write programs. Machine language is the binary code computers understand and execute directly, while assembly language is a human-readable machine language representation

            • uis@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              while assembly language is a human-readable machine language representation

              Yep. Same thing, but with letters.