• DoomBot5@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    10 months 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.

      • jarfil@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        10 months ago

        Where Assembly stops, run an opcode fuzzer to locate undocumented instructions.

          • nogrub@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            10 months 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
              ·
              10 months ago

              while assembly language is a human-readable machine language representation

              Yep. Same thing, but with letters.