MicroController


Program circuit network logic using FAL, a Factorio Assembly Language. Has FAL's in-game compact wiki with a pdf reference file. Author: Luke Perkin. Modified by ZwerOxotnik and by contributors. Anyone can translate the mod on Crowdin. https://crowdin.com/project/factorio-mods-localization

Content
11 months ago
0.17 - 1.1
2.29K
Circuit network

i Array operations?

4 years ago

Is there a way to apply operations to the whole array as with the "each" variable in normal combinators?
As an example I'm currently trying to compare the quantities of several items in one inventory to another, and it doesn't seem to like :
mov green mem1
mov red mem2
tgt mem1 mem2
mov mem1 out

4 years ago

*Thinking*
Currently, nope...
*Overthinking*
It's neat...
*Thinking*

New response