Statement:Write a program to generate a delay of 0.4 sec if the crystal frequency is 5 MHz
Calculation: In 8085, the operating frequency is half of the crystal frequency,
ie.Operating frequency = 5/2 = 2.5 MHz
Time for one T -state =
Number of T-states required =
= 1 x 106
Source Program:
LXI B, count : 16 - bit count
BACK: DCX B : Decrement count
MOV A, C
ORA B : Logically OR Band C
JNZ BACK : If result is not zero repeat
Sunday, September 13, 2009
Subscribe to:
Post Comments (Atom)
Pipeline Conflict
ReplyDeleteMultiport Memory Interconnection Structures
Difference Between Classification & Prediction
8255A I/O Operating Modes
Advanced Assembler Directives
Subroutine
Device Independent I/O Software