Voyager 1 FDS Computer Emulator
zaneham.github.io
Voyager 1 FDS Computer Emulator
1–10 of 14 posts
Re: Voyager 1 FDS Computer Emulator
#2The author has also published a Setun-70 emulator (a Soviet ternary computer rather than a binary one):
Re: Voyager 1 FDS Computer Emulator
#3Is it possible to hook this up to some kind of satellite space simulator to control a virtual voyager?
Re: Voyager 1 FDS Computer Emulator
#4- stupid question: what is the program about? what are we trying to achieve?
Re: Voyager 1 FDS Computer Emulator
#5- stupid question: what is the program about? what are we trying to achieve?
It emulates the computer that runs Voyager 1.
I'm not sure I understand the question.
Re: Voyager 1 FDS Computer Emulator
#6it would be amazing to include a few example programs!
Re: Voyager 1 FDS Computer Emulator
#7Wow. Only 10 instruction set? Looks like father of RISC cpu design
Re: Voyager 1 FDS Computer Emulator
#8it would be amazing to include a few example programs!
Click the "Load Example" drop-down menu in the bottom-right corner.
Re: Voyager 1 FDS Computer Emulator
#9Are 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...
Re: Voyager 1 FDS Computer Emulator
#10Wow. Only 10 instruction set? Looks like father of RISC cpu design
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.