• @[email protected]
    link
    fedilink
    191 month ago

    Hand written assembly is much more powerful than a turing-complete high level language because it lets you fuck up everything. Rust and python are way too wimpy to allow a user to destroy their computer.

    • @[email protected]
      link
      fedilink
      21 month ago

      On the other hand you can’t really have UB in code written in asm.

      Just throwing that out there!