1. K

    8085 SOD Light a LED Assembly Language Code Question (Resolved)

    Hi, When I load this code into ROM and execute it on my 8085 based computer, it works fine. The LED connected to the SOD (serial output) lights and goes out: START: MVI A,C0 ; light the LED SIM MVI B,FF ; load the delay count into the B register DELAY: DCR B JNZ DELAY...
Top