Friday, February 17, 2012

Make a Digital Clock in 8085 programming | Programming Techniques

Make a Digital Clock in 8085 programming | Programming Techniques: 8085 is a assembly level programming. It uses a lot of mnemonics to write a code. To understand a lot of mnemonics is a negative part of any assembly level programming. The following code designs a digital clock with approximately 1 second delay (it depends upon your kits frequency). The delay is calculated by multiplying total T-states an time required for each T-states. It is a 12 hours clock and resets its time after 12 hours. Source Code MVI A,80H OUT 43 START: MVI D,00H NEXTHOUR:...

Microprocessor and microcontroller: Aseembly language programs: Analog-to-Digital converter with 8086 using 8255

Microprocessor and microcontroller: Aseembly language programs: Analog-to-Digital converter with 8086 using 8255:'via Blog th...