Just looking for a pointer, an indication of where to start looking here. I have a logic probe and multimeter. Thanks in advance.
I went ahead and entered a simple "jump to" loop program via the Altair front panel:
Address 000: 303 (jump instruction)
Address 001: 000 (low byte)
Address 010: 000 (high byte)
When I step cycle through this program, it works as expected: starting with the first address, I can see the jump instruction light up, and the next two addresses show zeroes, and then it jumps back to Address 000. If I continue to step, it continues to loop the same way.
When I switch the computer to run mode, I would expect only the following LEDs to light up:
D7 D6 .. .. .. .. D1 D0
However, when the computer is running, ALL of the "D" LEDs are constantly illuminated. A1 and A0 are the only address LEDs illuminated, so that part is correct. But there shouldn't be any illumination of D5 - D2.