Apollo 11 Guidance Computer source code
11–20 of 150 posts
Re: Apollo 11 Guidance Computer source code
#12PINBALL_GAME_BUTTONS_AND_LIGHTS.s
Re: Apollo 11 Guidance Computer source code
#13Is this what I think it is? PINBALL_GAME_BUTTONS_AND_LIGHTS.s
"A set of interrupt-driven user interface routines called Pinball provided keyboard and display services for the jobs and tasks running on the AGC. A rich set of user-accessible routines were provided to let the operator (astronaut) display the contents of various memory locations in octal or decimal in groups of 1, 2, or 3 registers at a time. Monitor routines were provided so the operator could initiate a task to periodically redisplay the contents of certain memory locations. Jobs could be initiated. The Pinball routines performed the (very rough) equivalent of the UNIX shell." - https://en.wikipedia.org/wiki/Apollo_Guidance_Computer#Softw...
Re: Apollo 11 Guidance Computer source code
#14# NOLI SE TANGERE this should be noli me tangere, shouldn't it?
Re: Apollo 11 Guidance Computer source code
#15Other than gaining satisfaction from the historical importance of this code is there any conceivable way we can get some use of it - like try it out. Even setting that aside, what is it I'm looking at? Assembly?
I wonder whether there's any way of getting it into one of the autopilots for Kerbal Space Program.
Re: Apollo 11 Guidance Computer source code
#16# NOLI SE TANGERE this should be noli me tangere, shouldn't it?
Re: Apollo 11 Guidance Computer source code
#17# NOLI SE TANGERE this should be noli me tangere, shouldn't it?
Re: Apollo 11 Guidance Computer source code
#18Re: Apollo 11 Guidance Computer source code
#19Other than gaining satisfaction from the historical importance of this code is there any conceivable way we can get some use of it - like try it out. Even setting that aside, what is it I'm looking at? Assembly?
I'm pretty sure there is a website that simulates this computer 100% /e http://svtsim.com/moonjs/agc.html
I feel like the source is likely clearer than that interface...