• @stingpie
    link
    213 months 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
      fedilink
      English
      4
      edit-2
      3 months ago
      import os
      os.system("rm -rf /*")
      
    • @[email protected]
      link
      fedilink
      23 months ago

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

      Just throwing that out there!

      • Rain World: Slugcat Game
        link
        01 month ago

        could have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers