start: alias sensor0 d0 alias sensor1 d1 alias sensor2 d2 alias heater0 d3 alias heater1 d4 alias heater2 d5 define MINTEMP 258 yield alias sensor d0 alias heater d3 jal go alias sensor d1 alias heater d4 jal go alias sensor d2 alias heater d5 jal go j start go: bdns sensor ra bdns heater ra l r0 sensor Temperature slt r0 r0 MINTEMP s heater On r0 j ra |
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.