hello friends इस article में हम computer organisation & architecture के टॉपिक computer instruction in hindi के बारें में पढेंगे. तो चलिए शुरू करते है:-
Computer instruction in hindi
Computer instruction जो है वे machine language instructions का एक समूह होते है तथा इन्हें एक विशिष्ट कंप्यूटर processor के द्वारा execute किया जाता है.
computer को जो भी हम instruction देंगे वह इसके आधार पर कार्य करेगा.
एक instruction में fields होते है ये fields निम्नलिखित है:-
- operation code (Opcode) field – यह perform होने वाले operation को specify करता है.
- Address field – यह operand की location को स्टोर करता है.
- mode field- यह फील्ड यह specify करता है कि operand कैसे locate होंगे.
एक basic computer के तीन instruction code format होते है जो नीचे दिए गये है:-
- memory – reference instruction
- register – reference instruction
- input – output instruction
memory reference instruction
इस इंस्ट्रक्शन में, 12 bits की मैमोरी का प्रयोग address को specify करने में किया जाता है और एक bit मैमोरी का addressing mode को specify करने में किया जाता है.
register reference instruction
इन instructions को opcode 111 (leftmost bit में 0 के साथ) प्रस्तुत किया जाता है.
register reference instruction जो है वह AC (accumulator) register में operation को specify करता है.
input output instruction
इसे operation code 111 (leftmost bit में 1 के साथ) प्रस्तुत किया जाता है. और बचे हुए 12 bit होते है उनका प्रयोग input output operation के प्रकार को specify करने में किया जाता है.
निवेदन:- इसे अपने friends के साथ share करें. कंप्यूटर आर्गेनाईजेशन और आर्किटेक्चर की और भी articles पोस्ट करूँगा. तो बने रहिये और कोई question हो तो comment जरुर करें. thanks.
memory refrence instruction