这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ The M/o/Vfuscator (short 'o', sounds like "mobfuscator") compiles programs into
"mov" instructions, and only "mov" instructions. Arithmetic, comparisons,
jumps, function calls, and everything else a program needs are all performed
through mov operations, and there is no SMC cheating. The compiler is inspired
by the paper "mov is Turing-complete", by Stephen Dolan.
by the paper ["mov is Turing-complete"](http://www.cl.cam.ac.uk/~sd601/papers/mov.pdf),
by Stephen Dolan.

The original M/o/Vfuscator (M/o/Vfuscator 1.0) compiles programs from the
esoteric language BrainF@$!, and is best used in conjunction with the
Expand Down