alias sensor d0 alias filter d3 alias vent d4 define targetkpa 2000 start: s sensor On 1 yield l r0 sensor Pressure slt r1 r0 targetkpa # turn off the filter if the gas pressure is over target s filter On r1 bdns vent over # if we have an active vent, that should speed things up. s vent On r1 over: # save some power s sensor On 0 sleep 5 j start |
MIPS is the programming language used by IC (integrated circuits) in the game Stationeers. Stationeering web site has a MIPS emulator with syntax highlighting and error detection.