In appearance, if someone writes a compiler that can output machine code (33 instructions, not too complicated), you will not need to emulate C, you can just compile it.
Of course, this would be extremely limited, since it seems that each chip receives a small amount of internal memory (with 64 words, there is not much work). There is an 18-bit memory address port connected to one of the cores, so you can have 256 MB of external RAM, but you can access it only through one of the cores, and then it will need to be transferred to another.
It is possible that different kernels can be used for different functions, but this will complicate the compiler quite a bit.
source share