TomWildenhain / pptcc

MIT License
468 stars 12 forks source link

I like to MOV it #11

Open k0nserv opened 2 years ago

k0nserv commented 2 years ago

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 implement mov in PowerPoint instead of the full instruction set?

fanninpm commented 10 months 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