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
1 year, 10 days ago
0.18 - 2.0
11.7K
Logistic network Circuit network

b game crash

when I run this code:

mov r1 1
mov r2 1
:loop
add r2 r1 r2
add r1 r1 r2
jmp loop

the game crashes
no error, it just stops responding

New response