Programmable Controllers

by Thaui

Programmable circuit network controller

Content
3 years ago
0.15 - 0.18
19
Circuit network
Owner:
Thaui
Source:
https://github.com/YPetremann/program...
Homepage:
N/A
License:
No Redistribution License
Created:
6 years ago
Latest Version:
0.18.2 (3 years ago)
Factorio version:
0.15 - 0.18
Downloaded by:
19 users

Here is a mod about programming inside factorio, the way it works is simple but need time to be mastered :
Basicaly you get five component that permit you to make some asm like programs, the main one is the CPU which permit to execute those programs in memory, the fact is programs and variables are data in memory.

Each modules that have memory have exactly 16 memory cell that store a signal and it's value, modules get their address from their position sorted top-bottom left-right.

The icons should be self explanatory and there is some esplanation on what each instruction does on the tooltip, but there is 5 main things :
- #V represent the value with the instruction
- @A represent an address that point to a memory cell
- &P represent a pointer (an address that point to another address)
- %R is the cpu register (generaly the third slot in the CPU)
- §C represent the CPU control status and control pointer (first and second slot in the CPU)

This mod is based on semoro work, but this is a complete rewrite, nothing he's done is left.