is Turing-complete
Links
-
Paper: "mov is Turing-complete", by Stephen Dolan
-
C compiler: github.com/xoreaxeaxeax/movfuscator
-
movfuscator-wasm — compile C to mov-only x86 in your browser
-
movie86 — run mov-heavy ELF32 i386 binaries in your browser
-
llvm-mov — compile C (via clang) to mov-target x86 in your browser (out-of-tree LLVM backend)
-
explorer — Compiler-Explorer-style UI: pick movfuscator-wasm or llvm-mov clang, see IR + asm + ELF side-by-side, run the result in an embedded movie86, hand it off to a local turbo86
-
SIMD86 — Single Instruction, Multiple Decks: a slide deck executed by a mov-only program inside movie86 (every pixel computed by
mov)