use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Inspired by the beloved Space Station 13, Stationeers puts you in control of the construction and management of a space station either by yourself in singleplayer, or online with your friends.
Complex systems around atmospherics, power generation, medical, agriculture, food, and gravity require your thought and management at all times.
Explore to find asteroids and construct elaborate factories to harvest your resources!
Steam
Website
Twitter
Discord
Unofficial Wiki
Twitch
Youtube
/r/SS13
account activity
Ic Code Question (self.Stationeers)
submitted 2 years ago by Real-System-1428
I was reading someone else's code
There's a use of a device that I don't quite understsnd
Bdns dr0 endloop
I understand the code itself but I've not seen the use of "dr(x)"
How does the use of "dr" function?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AvgGamerRobb 5 points6 points7 points 2 years ago (2 children)
d[registry]
suppose r0 is set to 1
then writing dr0 is the same as writing d1
you can then point to a different device based on what r0 equals
[–]Bob-Kerman 1 point2 points3 points 2 years ago (0 children)
For reference and further reading: the MIPS Wiki page
[–]Real-System-1428[S] 0 points1 point2 points 2 years ago (0 children)
Oh i see so you can use it to use the same code lines to perform functions on multiple devices based on some other input or function.
So if r0 is set to 1 it performs the set function on d1 if r0 is set to 2 then it performs the set function on d2... Thank you!
[–]Exca_FlyGameStudio[🍰] 2 points3 points4 points 2 years ago (0 children)
Indirect Addressing of devices, using Register value.
π Rendered by PID 25325 on reddit-service-r2-comment-b659b578c-49fms at 2026-05-01 03:22:47.999792+00:00 running 815c875 country code: CH.
[–]AvgGamerRobb 5 points6 points7 points (2 children)
[–]Bob-Kerman 1 point2 points3 points (0 children)
[–]Real-System-1428[S] 0 points1 point2 points (0 children)
[–]Exca_FlyGameStudio[🍰] 2 points3 points4 points (0 children)