Comment by Akronymus
4 years ago
Maybe start with a simple fixed size instriction set? To get some methology down to later be refined. something like early 8 bit micros
4 years ago
Maybe start with a simple fixed size instriction set? To get some methology down to later be refined. something like early 8 bit micros
That's not a bad idea. My first crack at this has been with a linux x64 target, but I have the infrastructure in place for mips, armv7, thumb, etc. I haven't tried compiling to very old/simple targets but I was considering using the MOVfuscator as one of the compilers.
Or maybe I can figure out how to tell LLVM to do some extreme strength reduction and target an ultra reduced subset of some ISA. Great food for thought, thanks!