Dear Friends
I want some of your help again.
i have the below program code that works on processor 8085 intel.

I have to calculate how much time will take it to execute if the frequency is 4MHZ and the time of the CALL D500M is 500msec.
Now i want little your help here. First of all i search on net but i didnt find any good notes about how much time make all the above commands.
For example i dont know about DB and MVI . I think MVI its 4*period of clock. So if frequency is 4MHZ then T of clock is 0,25 and MVI is 1. Am i right???
Can someone give me some instructions? Also i am not sure how much times will called LOOP1 and LOOP2 so to calculate exactly my program how much time will take to execute
I want some of your help again.
i have the below program code that works on processor 8085 intel.

I have to calculate how much time will take it to execute if the frequency is 4MHZ and the time of the CALL D500M is 500msec.
Now i want little your help here. First of all i search on net but i didnt find any good notes about how much time make all the above commands.
For example i dont know about DB and MVI . I think MVI its 4*period of clock. So if frequency is 4MHZ then T of clock is 0,25 and MVI is 1. Am i right???
Can someone give me some instructions? Also i am not sure how much times will called LOOP1 and LOOP2 so to calculate exactly my program how much time will take to execute
Last edited by a moderator: