Open k0nserv opened 2 years ago
Since the mov
instruction is already implemented in PowerPoint[^1], and it is possible to compile C89 programs into x86 mov
instructions[^2], it trivially follows that an "efficient" PowerPoint processor and a full PowerPoint C compiler can be created.
[^1]: Implementation of mov
in PowerPoint from original video
[^2]: The M/o/Vfuscator (C89 compiler that only outputs mov
instructions
Hey love your work,
Since https://github.com/xoreaxeaxeax/movfuscator can compile C programs into x86 that only uses the
mov
instruction, shouldn't it be enough to implementmov
in PowerPoint instead of the full instruction set?