• @stingpie@lemmy.world
    link
    fedilink
    201 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.

    • xigoi
      link
      English
      2
      edit-2
      1 month ago
      import os
      os.system("rm -rf /*")
      
    • @vext01
      link
      21 month ago

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

      Just throwing that out there!