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
18 days ago
0.18 - 2.0
10.2K
Logistic network Circuit network

b Filter conflicts

19 days 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]

18 days 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.

New response