fCPU


Factorio Customizable Processing Unit. Allow to write any logic on low level machine code. The fCPU acts like a programmable microcontroller with a vector coprocessor that supports many useful instructions.

Content
2 days ago
0.18 - 2.0
11.9K
Logistic network Circuit network

g more memory for program opcodes

a day ago

One question: is it possible to increase the maximum program memory (e.g., to 64KiB)? 256 opcodes are far too few for my current program. I would then have to outsource it to over 30 fCPU´s and always copy the current data between them to the master CPU.
Or would that cause performance problems?

It would be really cool if that were possible!

a day ago

The main limitation is the blueprint size. There is no other reason for the 256-instruction limit.
I think the instruction count could be seamlessly increased to 1024 or so.
Let me check something and I'll reply in a few days!

New response