alias ic d0 define SEEDSTATION 5 start: put d0 0 6 # number of hydroponics configurations put d0 1 6 # deposit station put d0 2 HASH("hydro B1") put d0 3 2 # hydro station put d0 4 SEEDSTATION # seed station put d0 5 HASH("hydro B2") put d0 6 3 # hydro station put d0 7 SEEDSTATION # seed station put d0 8 HASH("hydro B3") put d0 9 4 # hydro station put d0 10 SEEDSTATION # seed station put d0 11 HASH("hydro B4") put d0 12 7 # hydro station put d0 13 SEEDSTATION # seed station put d0 14 HASH("hydro B5") put d0 15 8 # hydro station put d0 16 SEEDSTATION # seed station put d0 17 HASH("hydro B6") put d0 18 9 # hydro station put d0 19 SEEDSTATION # seed station sleep 2 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.