Microprocessor and Microcontroller (MPMC)
Microprocessor and Microcontroller (MPMC)
Formula Sheet
Concept Formula/Key Idea
8085 Memory
Execution Time
Short Notes and Tips
8085 Tips:
1. Instruction Size:
- 1-byte: MOV A, B.
- 2-byte: MVI A, 45H.
- 3-byte: JMP 2050H.
2. Always initialize the stack before using CALL or RET.
8086 Tips:
1. Use segment registers efficiently for large programs.
2. For speed, minimize external memory access.
8051 Tips:
1. Keep track of timer modes (Mode 0, 1, 2, 3).
2. Use interrupts wisely for multitasking.
Unit-wise Summary
- Use oscillator frequency (commonly 11.0592 MHz) and the formula directly.
Let me know if you'd like me to expand on any specific part of this sheet!