Benutzer-Werkzeuge

Webseiten-Werkzeuge


spiele:factorio:factorio_mod_microcontroller

Mod Microcontroller

Find Signal with lowest Value

Description: Search for smallest Signal and send to Output

Requirement:

  • Green Wire: Signals. Every Signal have to send at least Value 1 or greater. Assure with Constant Combinator
  • Red Wire: All possible Signals. Send them with a Constant Combinator

Notes: Change Line 14 to Max Count Signals -1

clr
set 10000000 mem2
set 1 mem4

:start
mov red@4 mem3
fig mem3

ttn mem1 mem2
mov mem1 mem2
tgt mem1 mem2
mov mem1 mem2
mov mem2 out

add mem4 1
set mem1 mem4
tlt mem4 13
set 1 mem4
jmp :start

spiele/factorio/factorio_mod_microcontroller.txt · Zuletzt geändert: 2019/12/30 12:15 von rldml

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki