Describe the functions of General purpose registers of 8086 microprocessor.

1 Answer

Answer :

(i) General Purpose Registers of 8086 1. AX (Accumulator) – Used to store the result for arithmetic / logical operations All I/O data transfer using IN & OUT instructions use “A” register(AH / AL or AX). 2. BX – Base – used to hold the offset address or data in indirect addressing mode. 3. CX – acts as a counter for repeating or looping instructions. 4. DX –Used with AX to hold 32 bit values during multiplication and division. Used to hold address of I/O port in indirect addressing mode. 5. BP – Base Pointer BP can hold offset address of any location in the stack segment. It is used to access random locations of stack. 6. SP –Stack Pointer – Contains the offset of the top of the stack. SP is used with SS register to calculate 20-bit physical address. Used during instructions like PUSH,POP,CALL,RET etc. 7. SI – Source Index – Used in string movement instructions. Holds offset address of source data in Data segment during string operations. Used to hold offset address of data segment. 8.DI – Destination Index – acts as the destination for string movement instructions Used to hold offset address of Extra segment.

Related questions

Description : What Are The Boons And Banes Of Having More General Purpose Registers In A Microprocessor.?

Last Answer : Answer :If there are more general purpose registers the program writing process is more flexible and convenient. The number of bits that would be required to detect the registers would increase with more ... on the chip. This can create problems in adding / implementing other functions on the chip.

Description : What Are The Various Registers In 8085?

Last Answer : Answer :Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085.

Description : Express the following functions in cosine form

Last Answer : Express the following functions in cosine form

Description : State the functions of fuel system and exhaust system of a diesel power station.

Last Answer : Fuel system: It supplies fuel to engine for combustion purpose. It consists of Fuel Pump: - It supplies fuel to engine for combustion purpose. Strainer: - Are provided to remove suspended impurities and ... most of the noise. Chimney:- To exhaust gases in the atmosphere as high as possible. 

Description : Write the functions of re-heater in steam plant.

Last Answer : Functions of re-heater:- In Re-heater temperature of exhausted steam from HP turbine is increased by passing exhausted steam again to boiler.

Description : State the functions of temporary registers of 8085 microprocessor.

Last Answer : Temp Register (8 bits) is also called as operand register as it is used by μp for storing one of the operands during an operation and also for storing the result of any execution temproary.

Description : State any four functions of BIOS

Last Answer : The BIOS (Basic Input Output System) provides the processor with the information required to boot the system from a non-volatile storage unit (HDD, FDD, CD or other). It provides the system ... lifetime. To check for updated BIOS, users can check the website of the specific hardware vendor.

Description : List  functions of MEDA. 

Last Answer : Functions of MEDA:  1. To decide long term energy conservation policy's for Maharashtra state. 2. To coordinate with central government organization i.e NPC, MNRE etc for energy conservation policy ... our society. 6. To decide penalty, incentive, subsidy for energy conservation at state level. 

Description : State functions of the following pins of IC555.

Last Answer : 1) Control: - The dc Voltage at this pin is 2/3 Vcc. An external voltage applied to this changes threshold as well as trigger voltage to obtain pulse width modulated output.  2) Trigger: - The ... greater than 2/3 Vcc . When the voltage goes below 1/3 Vcc, output of the timer goes high.

Description : Adding Sinusoidal Functions

Last Answer : Adding Sinusoidal Functions

Description : State the functions of National Productivity Councils

Last Answer : Functions of National Productivity Councils: i. Consultancy to organizations on productivity improvement ii. Training to personnel at different levels iii. Dissemination of Productivity information ... . iv. Productivity Research and Database v. Productivity Publications vi. Productivity Awards

Description : Which of the following gates can be used to realize all possible combinational logic functions?  (i) OR gate (ii) NOR gate (iii) Exclusive OR gate (iv) NAND gate (v) AND gate  (A) (iii), (iv) and (v)  (B) (i), (iii) and (iv)  (C) (ii) and (iv)  (D) (i) and (v)

Last Answer : Which of the following gates can be used to realize all possible combinational logic functions?  (i) OR gate (ii) NOR gate (iii) Exclusive OR gate (iv) NAND gate (v) AND gate  (A) (iii), (iv) and (v)  (B) (i), (iii) and (iv)  (C) (ii) and (iv)  (D) (i) and (v)

Description : List and explain the various functions supported by Linux/RTLinux.

Last Answer : Various functions of RTLinux is as follows: Interrupt handling functions

Description : Who was introduce the 80286 microprocessor updated on 8086,in 1983: a. Intel b. Motorola c. Fairchild d. None of these

Last Answer : a. Intel

Description : How many speed of 8088,8085,8086 microprocessor: a. 2.5 Million instruction per second b. 1.5 Million instruction per second c. 3.5 Million instruction per second d. 1.6 Million instruction per second

Last Answer : a. 2.5 Million instruction per second

Description : Which is 16 Bit microprocessor: a. 8088 b. 8086 c. 8085 d. All of these

Last Answer : d. All of these

Description : In 8086 microprocessor one of the following instructions is executed before an arithmeticoperation a. AAM b) AAD c) DAS d) DAA

Last Answer : b) AAD

Description : In 8086 microprocessor one of the following statements is not true.a)Coprocessor is interfaced in MAX mode b)Coprocessor is interfaced in MIN mode c)I/O can be interfaced in MAX / MIN moded)Supports pipelining

Last Answer : b)Coprocessor is interfaced in MIN mode

Description : 8086 is interfaced to two 8259s (Programmable interrupt controllers). If 8259s are in master slave configuration the number of interrupts available to the 8086 microprocessor is a) 8 b) 16 c) 15 d) 64

Last Answer : a) 8

Description : 8086 microprocessor is interfaced to 8253 a programmable interval timer. The maximum number by which the clock frequency on one of the timers is divided by a) 216 b) 28 c) 210 d) 220

Last Answer : d) 220

Description : In 8086 microprocessor one of the following instructions is executed before an arithmetic operation a) AAM b) AAD c) DAS d) DAA

Last Answer : b) AAD

Description : 8088 microprocessor differs with 8086 microprocessor in a) Data width on the output b) Address capability c) Support of coprocessor d) Support of MAX / MIN mode

Last Answer : a) Data width on the output

Description : In 8086 microprocessor one of the following statements is not true. a) Coprocessor is interfaced in MAX mode b) Coprocessor is interfaced in MIN mode c) I/O can be interfaced in MAX / MIN mode

Last Answer : b) Coprocessor is interfaced in MIN mode

Description : n 8086 microprocessor the following has the highest priority among all type interrupts. a) NMI b) DIV 0 c) TYPE 255 d) OVER FLOW

Last Answer : a) NMI

Description : BHE of 8086 microprocessor signal is used to interface the a) Even bank memory b) Odd bank memory c) I/O d) DMA

Last Answer : b) Odd bank memory

Description : Write an algorithm to subtract two 16 bit numbers (With borrow) in 8086 microprocessor.

Last Answer : Algorithm for 16 bit numbers subtraction with borrow: 1. Load 0000H into CX register (for borrow) 2. Load the first number into AX(accumulator) 3. Load the second number into BX register 4. Subtract ... . Move data from AX(accumulator) to memory 8. Move data from CX register to memory 9. Stop

Description : Enlist any four addressing modes of 8086 microprocessor.

Last Answer : Addressing modes of 8086 : 1. Immediate 2. Direct 3. Register 4. Register indirect 5. Indexed 6. Register relative 7. Based indexed 8. Relative based indexed 9. Implied

Description : State the use of OF and DF flags of 8086 microprocessor.

Last Answer : Overflow Flag: This flag is set if an overflow occurs, i.e. if the result of a signed operation is large enough to be accommodated in destination register. Direction Flag: It selects either increment or decrement mode for DI &/or SI register during string instructions.

Description : The 16 bit flag of 8086 microprocessor is responsible to indicate ___________ A. the condition of result of ALU operation B. the condition of memory C. the result of addition D. the result of subtraction 

Last Answer : The 16 bit flag of 8086 microprocessor is responsible to indicate the condition of result of ALU operation

Description : In 8086 microprocessor , the address bus is ________ bit wide A. 12 bit B. 10 bit C. 16 bit D. 20 bit

Last Answer : In 8086 microprocessor, the address bus is 20 bit

Description : The intel 8086 microprocessor is a _______ processor A. 8 bit B. 16 bit C. 32 bit D. 4 bit

Last Answer : The intel 8086 microprocessor is a 16 bit processor 

Description : The colour band on the extreme left in general purpose fixed resistors represents: A) Tolerance B) First significant digit C) Wattage Rating D) Voltage Rating

Last Answer : The colour band on the extreme left in general purpose fixed resistors represents: First significant digit

Description : Explain the purpose of shielding and reflector in a nuclear reactor.

Last Answer : 1. Shielding:-  The function of sheilding is to protect environment, humens and animals from the harmful radioactive radiation (pollution).before they are emitted to atmosphere. Shilding is provided to ... :- The function of reflector is to reflect back the neutrons which are leaving from core.

Description : The purpose of a parallel circuit resonance is to magnify?

Last Answer : The purpose of a parallel circuit resonance is to magnify voltage.

Description : List the 16 – bit registers of 8085 microprocessor.

Last Answer : Stack pointer (SP) and Program counter (PC).

Description : What would be the point of having a profile on a social networking site if you are not going to participate in the basic functions of that site?

Last Answer : Perhaps a private person who wants to comment but, not necessarily get too chummy.

Description : General Purpose Processor

Last Answer : A general purpose processor, sometimes called a central Processing Unit CPU or a microprocessor. It consists of a data path and control unit, tightly linked with a memory. The general ... system functionality.Data information represents the value being input, output and transformed by the program.

Description : If man has no purpose, why would animals have any?

Last Answer : answer:Different people have different beliefs. Don't make a strawman argument that because someone said at one time that Man has no purpose on Earth that it's a generally relevant belief or statement ... far know - but that doesn't mean that one person's values are uniform across all Mankind.

Description : What is the purpose of the United States of America?

Last Answer : answer:Originally, its purpose was to establish a free democratic society for its citizens at a time when there were no free democratic societies. How the worm has turned, eh?

Description : Is there a real purpose for neckties?

Last Answer : answer:Yes. Present purpose is to send subtle code. That old school tie is not just a play on words. Way back when, when ties were cravats [which they still may be at Ascot] they kept the neck ... gross. But Think of Queen Elizabeth I and her enormous ruff in all her pix-how dirty was that? UGH.

Description : What is the purpose of boredom?

Last Answer : For me, it is a starter kit for big trouble. I will not provide an example .So,there. XD

Description : What is the purpose of docks (e.g. the Apple or Vista one, ObjectDock etc.) on the desktop?

Last Answer : Unlike shortcuts on the desktop, by default the dock is always visible.

Description : What is the real meaning and purpose of Christmas?

Last Answer : to me it symbolizes the birth of my savior. Yes I know it wasn’t really his birthday but some day had to do

Description : What is the purpose of your religion? (not a debate)

Last Answer : My religion acts as a moral compass that guides the decisions I make in regards to the actions I take toward myself and others. And by religion, I mean my conscience.

Description : What events or experiences in your life have hinted or suggested that you were created for a specific purpose?

Last Answer : I don’t really understand what you mean by ‘specific purpose’? Do you mean by a certain career? Or do you mean as in maybe put on the earth to save people’s lives?

Description : How To Make All Purpose Spray Cleaner

Last Answer : Materials: 1/2 tsp. washing soda a dab of liquid soap 2 cups hot tap water Instructions: Combine the ingredients in a spray bottle and shake until the washing soda has dissolved. Apply and wipe off with a sponge or rag.

Description : How To Make An All Purpose Hand Cream

Last Answer : Ingredients: 3 tbsp mashed almonds 2 tbsp comfrey root (dried) 1 tbsp chopped parsley 1 egg 1 tbsp honey 1 tbsp glycerin Instructions: Mix almond meal, comfrey root and parsley in a small ... letting it penetrate for 20-30 minutes, then wash off with warm water. Refrigerate mixture between uses.

Description : Purpose of Selective Catalytic Reduction (SCR)

Last Answer : Purpose of Selective Catalytic Reduction (SCR) : 1. It reduces Nox 75% to 90% 2. Converts it in to molecular nitrogen and water vapor 3. It reduces HC emission up to 80% 4. It reduces PM emission 20 to 25%.

Description : State the purpose of lighting control. List the different types of dimmer.

Last Answer : Purpose of Lighting Control:- 1. To turn ON or OFF the lamps 2. For dimming: The dimming control permits the adjustment of lighting over a range. 3. For changing the lighting levels ... operated dimmer 6) Triac operated Dimmer 7) PWM (Pulse width modulation) Controlled technique.

Last Answer : The purpose of stator winding in the compensated repulsion motor is to improve power factor and provide better speed regulation.