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.30K
Circuit network

g More examples

2 years ago

I have the following code:
clr
mov red1 mem1
mul mem1 2
mov mem1 out

and feeding A=1 using a constant combinator
I can see that mem1 is set to A=2, as expected
but nothing is being output from the microcontroller. What am I missing?

2 years ago

I'm confused even more than you.

Suddenly, mul doesn't seem to work properly with the memory
mul mem4 2

Why you use constant combinator instead of RAM module?

but nothing is being output from the microcontroller

I'm going to pull out old examples.

2 years ago
(updated 2 years ago)

out seems broken

2 years ago

Fixed out, published new version.

2 years ago
(updated 2 years ago)

Perhaps, I'll restore my sanity tomorrow and add some examples.

2 years ago

Fixed output for all MicroControllers, download new version.

2 years ago

Very soon

2 years ago

Added new examples in the scenario

2 years ago

Thank you for fixing it. It works now.
The manual says I can connect up two 4 external RAM modules, but it seems only north and south RAMs are recognized.

Unrelated: cut-n-paste of the module looses the program, is there a way to make module cut-n-pastable (by construction robots)?

2 years ago

cut-n-paste of the module looses the program, is there a way to make module cut-n-pastable (by construction robots)?

Still nope, I did something similar (I'm not sure that it works fine)

New response