¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Is my Tek 468 beyond repair? Trap and Kernel test procedure


 

The 8085 has certain address locations it goes to under certain hardware conditions.? (without me looking them up, it's in the data sheet), there's one for power on reset, the hardware traps (rst 7.5, etc), interrupts and so on.

If you monitor the address lines on the processor (fortunately, 16 of them), then (for example) when the reset line goes active, the processor should show that the address lines go to zero (IIRC) and start to execute there.? In the 8085, you don't have vectors (the processor doesn't fetch and address from location 0, then use that to show where to execute (as in the 6800 or the 6500 series), but starts executing at that location.? Thus, the location typically contains a jump instruction which goes to actual code.

once you see that the location is being jumped to, you may be able to use the higher bit of the address to monitor the triggering event if you wish.

For an 8 bit microprocessor, a 32 bit is more of a minimum requirement, with 16 address, 8 data, and 8 other signals (ALE, R/W, etc).

Still, you could take the highest 4 bits of the address, run them through a 74LS20, then again to invert the answer, and that would give you some indication of the address if you start to trace further.

Harvey

On 9/17/2020 11:34 PM, Heitor Lima via groups.io wrote:
Hi group

I have 2 TEK 468 with problems in digital circuits.
First I would like to inform the group that I never worked with the 8085 microprocessor.
In the page 5.36 of TEK 468 Service Manual, to initiate Trap test we must to momentary unplug P262 and reconnect it . Microprocessor will be interrupted and the Trap Test routine will begin.

My question is, how to know if the routine was performed correctly? I have a 16 channels logic analyzer
and I can record the signature for the whole routine. However, I don't know how to check if it
was performed correctly. Could you ot somebody tell me how to check?

The same applies to the Kernel Test. How to check if the routine was fully complied with by the microprocessor?

I would like to have a step-by-step of the trap and Kernel routines to check if the routine was done correctly.
The same applies to the Kernel Test. How to check if the routine was fully complied with by the microprocessor?

Many thanks in advance

Heitor Lima ( From Rio de Janeiro - Brazil )




Join [email protected] to automatically receive all group messages.