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
a month ago
0.18 - 2.0
10.5K
Logistic network Circuit network

b Filter conflicts

a month ago

I'm writing fairly simple code using memory as arrays:

mov m1@1 1[item=iron-plate]
clr mem

mov r1 2
mov m1@1 1[item=iron-plate]

And I get the error "Filter conflicts with filter in slot 1".

Why is this happening? Am I doing something wrong?

I also notice that clr does not completely clear values ​​from memory. They remain in the form of vectors, as an example, where r2 will have an unclear value.

mov m1@1 1[item=iron-plate]
clr mem
mov r1 2
mov m1@1 1[item=copper-plate]
fid r2 m1 [item=iron-plate]

a month ago

Hello, AnyWayThanks
Thank you for report.
This bug appear after migration to Factorio 2.0 (logistic filter requests), when trying to write identical signals in different places.
Will be fixed soon.

a month ago

I'm getting the same problem

New response