• @DoomBot5
    link
    English
    61 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.

    • @artvabas
      link
      71 year ago

      Where C stop, continue in Assembly!

      • @jarfil
        link
        2
        edit-2
        1 year ago

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

      • @nogrub
        link
        01 year ago

        return to monk and code in machine code

        • @uis
          link
          11 year ago

          Assembly IS machine code, just with with mnemonics

          • @nogrub
            link
            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
              link
              11 year ago

              while assembly language is a human-readable machine language representation

              Yep. Same thing, but with letters.