fCPU :: SE Fix :: Memory fix + Improvements


Original: Factorio Customizable Processing Unit. SpaceExploration FIx: Fixed fCPU to continue operation while a space ship is jumping between surfaces. Extra: Fixed fCPU indexing in memory read/write. (NO SIMD) Extra improvements have been added

Content
1 year, 1 month ago
1.1
695
Circuit network

i [IMPL] Memory check.

1 year, 1 month ago

Add a function that will output the number of filled memory cells when referring to memory (mem2).
Also, for extension, make variations of this function:
- Memory check and output sum of all signals (exactly value).
- Checking memory and comparing it with other memory (value).
- Checking and comparing it with a certain value (S/R/M(1 cell)/I/O).

1 year, 1 month ago

I like those ideas! I add them to the TODO list to implement them in future versions

1 year, 1 month ago

Implemented in version 0.5.0 two new operations: cnts & cntv (more info on wiki)

This thread has been locked.