8086 Microprocessor Addressing Modes | हिंदी में समझें
Addressing Modes क्या होते हैं?
Addressing modes वो तरीके हैं जिनसे 8086 microprocessor यह निर्धारित करता है कि operand कहाँ से लाना है या कहाँ store करना है।
ये modes assembly instructions में operand की location को describe करते हैं।
8086 में Addressing Modes के प्रकार
8086 में कुल 5 मुख्य addressing modes होते हैं:
- Immediate Addressing Mode
- Register Addressing Mode
- Direct Addressing Mode
- Register Indirect Addressing Mode
- Based, Indexed & Based-Indexed with Displacement Mode
1. Immediate Addressing Mode
- Instruction में constant value दी जाती है।
- Example:
MOV AX, 0050H
→ 0050H को AX में store करता है।
2. Register Addressing Mode
- Operand directly किसी register में होता है।
- Example:
MOV AX, BX
→ BX की value को AX में copy करता है।
3. Direct Addressing Mode
- Operand की memory address instruction में ही दी जाती है।
- Example:
MOV AX, [1234H]
→ 1234H memory location से data AX में लाता है।
4. Register Indirect Addressing Mode
- Memory address किसी register (जैसे SI, DI, BP, BX) में store होता है।
- Example:
MOV AX, [BX]
→ BX में दी गई address से data AX में लाता है।
5. Based, Indexed, और Displacement Modes
(a) Based Addressing
- Memory address = Base Register + Displacement
- Example:
MOV AX, [BX + 04]
(b) Indexed Addressing
- Memory address = Index Register + Displacement
- Example:
MOV AX, [SI + 02]
(c) Based-Indexed with Displacement
- Memory address = Base + Index + Displacement
- Example:
MOV AX, [BX + SI + 05]
निष्कर्ष (Conclusion)
Addressing Modes की सहायता से 8086 instructions को flexible और efficient बनाया जाता है। ये modes determine करते हैं कि operand कहाँ से लाया जाए या कहाँ भेजा जाए।
Assembly programming में mastering addressing modes से complex memory operations को आसानी से manage किया जा सकता है।
Related Post
- Advanced Microprocessor की प्रमुख विशेषताएँ | Salient Features in Hindi
- RISC और CISC Processors क्या होते हैं? | सरल हिंदी में समझें अंतर
- Advanced Microprocessors का विकास: 8086 से Pentium तक | Evolution in Hindi
- 8086 Microprocessor का परिचय | Introduction in Hindi
- 8086 Microprocessor का Register Organization | हिंदी में विस्तार से
- 8086 Microprocessor की Architecture | Block Diagram के साथ हिंदी में समझें
- 8086 Microprocessor के Signals का विवरण | हिंदी में समझें
- 8086 Microprocessor Minimum & Maximum Mode और Timing Diagram | हिंदी में
- Intel 8086 Microprocessor Programming | Structure, Modes और Example
- 8086 Instruction Set in Hindi | Types और Examples के साथ
- 8086 Microprocessor Addressing Modes | हिंदी में समझें
- Assembly Language Programming with Intel 8086 Microprocessor | हिंदी में समझें
- 8155, 8255 Interfacing Chips का परिचय | Advanced Microprocessor in Hindi
- Keyboard Interfacing in Microprocessor | माइक्रोप्रोसेसर में कीबोर्ड इंटरफेसिंग कैसे करें?
- LED (Light Emitting Diode) क्या है? कार्य, संरचना और उपयोग | हिंदी में
- ADC (Analog to Digital Converter) क्या है? कार्य, प्रकार और उपयोग | हिंदी में
- DAC और Memory Interfacing क्या है? | Advanced Microprocessor हिंदी में
- 8253 Programmable Timer/Counter क्या है? | General Purpose Peripheral Device in Hindi
- 8254 Programmable Interval Timer क्या है? | Pin Diagram, Modes और Application हिंदी में
- 8259A Programmable Interrupt Controller और 8257 DMA Controller क्या है? | हिंदी में सरल व्याख्या
- USART 8251A क्या है? | Universal Synchronous/Asynchronous Receiver Transmitter in Hindi
- Serial I/O और Data Communication क्या है? | हिंदी में सरल समझ
- 8051 Microcontroller Architecture और इसके मुख्य भाग
- 8051 Microcontroller के Pin Description पूरी जानकारी हिंदी में
- 8051 Microcontroller की I/O Configuration पूरी जानकारी हिंदी में
- Interrupts क्या होते हैं? Types, Working और Examples आसान भाषा में
- 8051 के Addressing Modes का प्रकार और उपयोग आसान भाषा में समझें
- 8051 Instruction Set का Overview और Classification हिंदी में
- Embedded System के Types और Applications आसान भाषा में समझें
- Embedded Systems में Microcontrollers का Use और महत्व हिंदी में