assembly language progam of digital clock using 8085

Please support our Assembly advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2008
Posts: 1
Reputation: nvbond is an unknown quantity at this point 
Solved Threads: 0
nvbond nvbond is offline Offline
Newbie Poster

assembly language progam of digital clock using 8085

 
-1
  #1
Jul 27th, 2008
if any one can please help me with the code please emailme at <snipped email>

the code i wrote is
  1. MVI E,17H
  2. MVI C,3BH
  3. MOV D,C
  4. L1: MVI A,00H
  5. OUT 01H
  6. OUT 02H
  7. L2: CMP C
  8. JZ L3
  9. DAA
  10. OUT 03H
  11. LXI H,03E8H
  12. D1: MVI B,0D6H
  13. D2: DCR B
  14. JNZ D2
  15. DCX H
  16. MOV A,L
  17. ORA H
  18. JNZ D1
  19. INR A
  20. JMP L2
  21. L3: XRA A
  22. INR A
  23. L4: CMP D
  24. JZ L5
  25. DAA
  26. OUT 02H
  27. INR A
  28. JMP L4
  29. L5: XRA A
  30. INR A
  31. CMP E
  32. JZ L1
  33. DAA
  34. OUT 01H
  35. JMP L1
Last edited by Ancient Dragon; Jul 27th, 2008 at 4:22 pm. Reason: snipped email and added code tags
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 751
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: assembly language progam of digital clock using 8085

 
0
  #2
Jul 27th, 2008
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 5
Reputation: binu_ji is an unknown quantity at this point 
Solved Threads: 0
binu_ji binu_ji is offline Offline
Newbie Poster

Re: assembly language progam of digital clock using 8085

 
0
  #3
Aug 2nd, 2008
check out my website for this code for digital Clock with 8085 microprocessor.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Assembly Forum


Views: 2316 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Assembly
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC