nilsso / stationeers-ic-optimizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO:

  • Checking f32's as integers when integers required. Need to check mantisa.
  • Implement Networks, overhaul devices to be owned by networks instead of IC's, and have IC's reference devices on networks.
  • Idea:
    • Recognize jump functions, and able to decompose them.

e.g.:

main:
jal f
j main

f:
move r0 3.14

should become

main:
move r0 3.14
j main

About


Languages

Language:Rust 93.0%Language:Python 7.0%