Top
Best
New

Posted by rahen 4 hours ago

Voyager 1 FDS Computer Emulator(zaneham.github.io)
47 points | 10 comments
bennett_dev 46 seconds ago|
Next add realistic signal delay so you have to wait a day to get the result
rahen 2 hours ago||
The author has also published a Setun-70 emulator (a Soviet ternary computer rather than a binary one):

https://github.com/Zaneham/setun70-emulator

tpoindex 1 hour ago||
Are the distance and signal delay numbers supposed to be accurate? NASA's page has them substantially different. Nice work, however!

https://science.nasa.gov/mission/voyager/where-are-voyager-1...

spicybright 2 hours ago||
Is it possible to hook this up to some kind of satellite space simulator to control a virtual voyager?
asah 1 hour ago||
it would be amazing to include a few example programs!
cgijoe 1 hour ago||
Click the "Load Example" drop-down menu in the bottom-right corner.
Natalia724 35 minutes ago||
[dead]
vivzkestrel 2 hours ago||
- stupid question: what is the program about? what are we trying to achieve?
ErroneousBosh 2 hours ago|
It emulates the computer that runs Voyager 1.

I'm not sure I understand the question.

iberator 1 hour ago|
Wow. Only 10 instruction set? Looks like father of RISC cpu design
rahen 38 minutes ago|
This was common back then. The PDP-8 had eight primary instructions, although one of them was multi-purpose. This helped keep the hardware simple when we didn't have ICs.

RISC isn't about having a small ISA but about a regular, orthogonal instruction set.