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
5 hours ago
0.18 - 2.0
12.1K
Logistic network Circuit network

g Error when wire signal is empty

2 days ago
(updated 2 days ago)

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.

a day ago

Thank you for report.
This issue is fixed in v0.4.47

a day ago

Thanks

New response