MicroController

by ljdp

Program circuit network logic using FAL, a Factorio Assembly Language.

Content
5 years ago
0.16
6
Circuit network

i Bitwise operations?

6 years ago
(updated 6 years ago)

First of all: great mod, really enjoyed tinkering with it!

I could really use the bitwise operations that are supported by vanilla's arithmetic combinator, namely:
SHL: shift left
SHR: shift right
AND: bitwise AND (&)
OR : bitwise OR (|)
XOR: bitwise XOR (^)
each should probably take two M/I addresses and output to mem1, as other arithmetic commands

Good luck with your work!

Add:
One more minor thing: I think the manual should be more explicit on difference between MOV and SET. Specifically, it should point out that MOV copies both signal type and value, while SET only moves value without changing type.

5 years ago

Added in v0.4.0

This thread has been locked.