Timing Diagram
A timing diagram in the Unified Modeling Language 2.0 is a specific type of interaction diagram, where the focus is on timing constraints. Timing diagrams are used to explore the behaviors of objects throughout a given period of time. A timing diagram is a special form of a sequence diagram.
Some of its examples are:
- MOV M, A
Fig: Timing Diagram of MOV M, A
2. MOV C, D
Fig: Timing Diagram of MOV C, D
3. LDA 3200H
Fig: Timing Diagram of LDAX B
You may also like Microprocessor 8085 programming (Memory Location)
Leave a Reply