alias vent d0 alias exhaust d1 alias sensor d2 define HIGH 18000 define LOW 4000 pressurizing: yield l r0 sensor Pressure bge r0 HIGH pressurized s exhaust On 0 s vent PressureInternal HIGH s vent On 1 j pressurizing pressurized: yield l r0 sensor VolumeOfLiquid bgtz r0 pressurized depressurizing: yield l r0 sensor Pressure blt r0 LOW pressurizing s vent On 0 s exhaust On 1 j depressurizing |
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.