Does The 8085 Support Externally Initiated Operations? If Yes How?

1 Answer

Answer :

Answer :Yes the 8085 does support several externally initiated operations. The possible operations and the corresponding pins for them in the 8085 are as follows:
It supports resetting ( this is possible with the Reset Pin ).
Various interruptions ( these are possible through Trap, RST 7.5, 6.5, 5.5 and the interrupt pins. )
The 8085 also supports Readying with the help pf the Ready pin.
It also has a HOLD pin which can basically pause the operation till required/ as required.

Related questions

Description : Explain the shift and logical operations.

Last Answer : Each of the operators takes an array of BIT or BOOLEAN as the left operand and an integer value as theright operand and performs the specified operation. The sll operator ( shift left logical) and srl ... BIT type is represented by the values 0 and 1 while the Boolean type by True and False.

Description : In the 8085A Microprocessor, arithmetic and logical operations are performed through which of the following? A) Stack B) ALU C) I/O D) Register 

Last Answer : In the 8085A Microprocessor, arithmetic and logical operations are performed through which of the following? A) Stack B) ALU C) I/O D) Register 

Description : Describe Briefly The Accumulator Register Of 8085.?

Last Answer : Answer :It is one of the most important 8 bit register of 8085 It is responsible for coordinating input and output to and from the microprocessor through it. The primary purpose of ... logical operations. This accumulator register is mainly used for arithmetic, logical, store and rotate operations.

Description : Explain Briefly The Flag Register In The 8085 Microprocessor.?

Last Answer : Answer :The flag register in 8085 is an 8-bit register which contains 5 bit positions. These five flags are of 1bit F/F and are known as zero, sign, carry, parity and auxiliary carry. ... addition and subtraction operations. The parity flag is used for results containing an even number of one's.

Description : Explain In Brief The Control And Timing Circuitry Of The 8085.?

Last Answer : Answer :The timing and control circuitry section of the 8085 is responsible for the generation of timing and control signals so that instructions can be executed. The types of signals involved ... of control signals for the executions of instructions and for the sync between external devices.

Description : Mention The Different Types Of Data Transfers Possible In The 8085.?

Last Answer : Answer :The various types of data transfer operations possible are: Data transfer is possible between two registers. It is also possible between a memory location and a register. Also it can occur between ... . In reality data is never transferred it can only be copied from one location to another.

Description : Explain All The Addressing Modes Of The 8085 With The Help Of Examples.?

Last Answer : Answer :The various types of addressing modes of the 8085 are as follows: Direct addressing: The instructions in itself contain the opearand. For ex. STA5513H or in/out instructions such as IN PORT C. ... etc. Implicit addressing: this form of addressing contains no operands. For ex. RAR, CMA etc.

Description : Explain Briefly What Happens When The Intr Signal Goes High In The 8085?

Last Answer : Answer :The INTR is a maskable interrupt for the 8085. It has the lowest priority and is also non vectored. When this INTR signal goes into the high state the following things occur / ... the processor saves the address of new instruction into the STACK and an interrupt service subroutine begins.

Description : Explain Briefly The Trap Input For The 8085.?

Last Answer : Answer :The TRAP input is sensitive to both edge and level. The pulse width for this signal should be in excess as compared to the normal noise width. A second trap will never be able to ... to low transition. The pulse widths are wider than normal widths so as to prevent unwanted false triggers.

Description : Mention The Various Functional Blocks Of The 8085 Microprocessor.?

Last Answer : Answer :The various functional blocks of the 8085 microprocessor are: Registers Arithmetic logic unit Address buffer Increment / decrement address latch Interrupt control Serial I/O control Timing and control circuitry Instructions decoder and machine cycle encoder.

Description : How Can Signals Be Classified For The 8085 Microprocessor?

Last Answer : Answer :The signals of the 8085 microprocessor based on their functions can be classified into 7 categories namely: Frequency and power signals Address and data buses The control bus Interrupt Signals Serial Input / Output signals DMA signals Reset Signals

Description : Can An Rc Circuit Be Used As Clock Source For 8085?

Last Answer : Answer :Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal.

Description : In 8085 Which Is Called As High Order / Low Order Register?

Last Answer : Answer :Flag is called as Low order register & Accumulator is called as High order Register.

Description : How Many Interrupts Are There In 8085?

Last Answer : Answer :There are 12 interrupts in 8085.

Description : In What Way Interrupts Are Classified In 8085?

Last Answer : Answer :In 8085 the interrupts are classified as Hardware and Software interrupts.

Description : Which Stack Is Used In 8085?

Last Answer : Answer :LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first.

Description : What Are The Various Flags Used In 8085?

Last Answer : Answer :Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.

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 : List any four salient features of 8085 microprocessor

Last Answer : Features of 8085:  1. 16 address line so 216=64 Kbytes of memory can be addressed.  2. Operating clock frequency is 3MHz and minimum clock frequency is 500 KHz.  3. On chip bus controller ... duty cycle TTL clock  10. Provide 2 serial I/O lines, so peripheral can be interfaced with 8085 μp

Description : The 8085 Microprocessor has A) 8-bits Data bus and 16-bits Address bus B) 8-bits Data bus and 8-bits Address bus C) 16-bits Data bus and 16-bits Address bus D) 32-bits Data bus and 8-bits Address bus 

Last Answer : B) 8-bits Data bus and 8-bits Address bus. 

Description : The clock frequency of an 8085 microprocessor based system is 3 MHz. What should be the minimum pulse width of the INTR signal so that it is recognized successfully? A) 5.6 µs B) 5.7 µs C) 5.8 µs D) 5.9 µs

Last Answer : The clock frequency of an 8085 microprocessor based system is 3 MHz. What should be the minimum pulse width of the INTR signal so that it is recognized successfully? A) 5.6 µs B) 5.7 µs C) 5.8 µs D) 5.9 µs

Description : In 8085 microprocessor, how many T-states does OPCODE FETCH machine cycle normally require (i.e., when HOLD and WAIT signals are NOT forced)? A) 4 to 6 B) 3 to 8 C) 2 to 3 D) 8 to 12 

Last Answer : In 8085 microprocessor, how many T-states does OPCODE FETCH machine cycle normally require (i.e., when HOLD and WAIT signals are NOT forced)? A) 4 to 6 B) 3 to 8 C) 2 to 3 D) 8 to 12 

Description : Then number of T-states of the instruction STA in 8085 microprocessor is A) 10 B) 12 C) 13 D) 16 

Last Answer : Then number of T-states of the instruction STA in 8085 microprocessor is 13 

Description : In 8085, whenever a signal is received at TRAP terminal, its program execution is transferred to a subroutine on address A) 0000 H B) 002C H C) 0024 H D) 0004 H

Last Answer : In 8085, whenever a signal is received at TRAP terminal, its program execution is transferred to a subroutine on address 0024 H

Description : What is the size of memory which can be accessed by direct accessing in 8085 microprocessor? A) 64 kB B) 4 kB C) 128 kB D) 128 MB 

Last Answer : What is the size of memory which can be accessed by direct accessing in 8085 microprocessor? A) 64 kB B) 4 kB C) 128 kB D) 128 MB 

Description :  What is the size of SP register in 8085 microprocessor? A) 16 bits B) 8 bits C) 64 bits D) 48 bits

Last Answer :  What is the size of SP register in 8085 microprocessor? A) 16 bits B) 8 bits C) 64 bits D) 48 bits

Description : The ALE line of an 8085 microprocessor is used to (A) latch the output of an I/O instruction into an external latch. (B) deactivate the chip-select signal from memory devices. (C) find the interrupt ... of the TRAP interrupt. (D) latch the 8 bits of address lines AD7-AD0 into an external latch.

Last Answer : The ALE line of an 8085 microprocessor is used to latch the 8 bits of address lines AD7-AD0 into an external latch.

Description : What are operations performed on data in 8085

Last Answer : The various operations performed are • Store 8-bit data • Perform arithmetic and logical operations • Test for conditions • Sequence the execution of instructions • Store data temporarily during execution in the defined R/W memory locations called the stack

Description : How many operations are there in the instruction set of 8085 microprocessor?

Last Answer : There are 74 operations in the 8085 microprocessor.

Description : 8085 microprocessor has ________ individual flags during arithmetic and logic operations.

Last Answer : 8085 microprocessor has 5 individual flags during arithmetic and logic operations.

Description : Which of the following banks has planned to commence urban microfinance operations in its 85 branches across the country? A) Yes Bank B) Kotak Mahindra Bank C) ICICI Bank D) Axis Bank E) None of these

Last Answer : D) Axis Bank Explanation: India s third largest private sector lender Axis Bank has forayed into Urban Microfinance segment and will now provide collateral free credit facilities to low- ... s flagship microfinance programme will be delivered via its technology driven ‗TAB based lending solution.

Description : When was the last time some part of your body, externally, became infected, how did it happen, and what did you do about it?

Last Answer : I have a problem with beta strep on my skin. Bathing doesn't really help (with the strep to be clear). But it seems to come and go. I have to be careful with any kind of cut or open wound ... make a difference some days. I usually use Mupirocin now, I used to use a triple anti-biotic before that.

Description : How can I store my pictures externally, but access them from anywhere?

Last Answer : answer:I’m trying to future proof this solution as well I admit to being snoopy :)

Description : What species, externally, do not symmetric, or nearly so, left and right sides?

Last Answer : flounders

Description : Three circles of radius a, b, c touch each other externally. The area of the triangle formed by joining their centres is: -Maths 9th

Last Answer : (a) \(\sqrt{(a+b+c).a.b.c}\)As shown in the figure, AB = a + b, BC = b + c, CA = a + c∴ Area of ΔABC = \(\sqrt{s(s-AB)(s-BC)(s-CA)}\)where, s = \(rac{1}{2}\) (AB + BC + CA)= \(rac{a+b+b+c+c+a}{2}\) = a + b + ... (\sqrt{(a+b+c)[(a+b+c)-(a+b)][(a+b+c)-(b+c)][(a+b+c)-(c+a)]}\)= \(\sqrt{(a+b+c).a.b.c}\)

Description : Constructed externally on the sides AB, AC of ΔABC are equilateral triangle ABX and ACY. If P, Q, R are the midpoints of AX, AY -Maths 9th

Last Answer : answer:

Description : Find the coordinates of the point which divides externally the join of the points (3, 4) and (– 6, 2) in the ratio 3 : 2. -Maths 9th

Last Answer : (d) D lies on the boundary of ΔABC∵ Mid-point of BC = \(\bigg(rac{7+3}{2},rac{7+5}{2}\bigg)\), i.e, (5, 6). we can easily show that D lies on the boundary of ΔABC.

Description : What matters more externally or internally?

Last Answer : I think the inside is because the outside is fleeting anyway

Description : On the ointment written written to use externally. What does it mean?

Last Answer : Paint on the hands, feet or other part of the body. It is not intended for internal use, ie - it is not eaten, it is not drunk.

Description : In which of the following fertilization occurs externally in water ?

Last Answer : In which of the following fertilization occurs externally in water ? A. Hydra B. Frog C. Both D. None

Description : Which of the following statement(s) is/are true concerning the cell plasma membrane? a. The plasma membrane is composed of amphipathic molecules b. The hydrophobic core of the lipid bilayer of the ... contribute to the cell coat d. The membrane proteins of nerve cells are highly voltage-dependent

Last Answer : Answer: a, b, d The plasma membrane defines the boundary of the cell and serves to contain and concentrate enzymes and other macromolecule constituents. The plasma membrane is ... and bear carbohydrate moieties primarily as oligosaccharide chains that contribute to the cell coat or glycocalyx

Description : In all cells the cytoplasm is externally  bounded by a semi - permeable membrane. It  is known 4s ..........0+5 

Last Answer : Cell membrane/Plasma membrane

Description : Cartilage is externally surrounded by a connective tissue called

Last Answer : perichondrium.

Description : Fillister, button, flat and hexagonal heads are all tightened externally. a) True b) False

Last Answer : b) False

Description : contain library program have to be indicated to the loader. a. Externally defined b. Internally defined c. Executable file d. All of these

Last Answer : a. Externally defined

Description : Itis the task of the __to locate externally defined symbols in programs, load them in to memory by placing their __ of symbols in calling program: a. Loader and name b. Linker and values c. Linker and name d. Loader and values

Last Answer : d. Loader and values

Description : Covered smut of barley is a disease of— (A) Externally seed-borne (B) Internally seed-borne (C) Air-borne (D) None of these

Last Answer : (B) Internally seed-borne

Description : Loose smut is (a) Internally seed borne (b) Externally seed borne (c) Air borne (d) Water borne

Last Answer : (a) Internally seed borne

Description : Test tube baby means a baby born when (a) it is developed in a test tube (b) it is developed through tissue culture method (c) the ovum is fertilised externally and thereafter implanted in the uterus (d) it develops from a non-fertilised uterus.

Last Answer : (c) the ovum is fertilised externally and thereafter implanted in the uterus

Description : Male and female cockroaches can be distinguished externally through (a) anal styles in male (b) anal cerci in female (c) anal style and antennae in females (d) both (b) and (c).

Last Answer : (a) anal styles in male