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.
Mods introducing new content into the game.
Related to roboports and logistic robots.
Entities which interact with the circuit network.
Got an error:
Line 5: fcpu/src/cpu/io/wire.lua:83: bad argument #2 of 2 to 'table_size' (table expected, got nil)
Code is here:
:init clr
:start bkg 1 mov r1 green1 mov out1 r1 jmp :start
This bug only occures if green/red wire's signal is empty.
Thank you for report. This issue is fixed in v0.4.47
Thanks