6 ms·
I'm pretty sure the bytes are sequentially addressed, but the program (memory contents) may contain branching, conditionals etc to load the next address. Just l
by lazylester 12y ago
I'm pretty sure the bytes are sequentially addressed, but the program (memory contents) may contain branching, conditionals etc to load the next address. Just like assembly language.
If I recall correctly, the microprocessor logic on these missions was RTL (resistor-transistor-logic) which was the predecessor of TTL.
- akira2501 12y agoIt was sequential but bank-addressed. The AGC had it's own assembly language[1] and was a pretty recognizable general purpose computer[2] for it's time. 1: http://authors.library.caltech.edu/5456/1/hrst.mit.edu/hrs/apollo/public/archive/1689.pdf http://authors.library.caltech.edu/5456/1/hrst.mit.edu/hrs/a... 2: http://authors.library.caltech.edu/5456/1/hrst.mit.edu/hrs/apollo/public/archive/1717.pdf http://authors.library.caltech.edu/5456/1/hrst.mit.edu/hrs/a...