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