answersLogoWhite

0

📱

Intel 8085

Introduced by Intel in 1977, the Intel 8085 is an 8-bit microprocessor that is binary-compatible with Intel 8080. It only requires a +5-volt power supply and has been used as a microcontroller.

1,493 Questions

How do you calculate machine cycle in 8051?

You divide your frequency by 1 then divide that answer by the machine cycle. The 8051 uses 12.

So say your frequency is 30MHz you divide that by 1 which gives you 33.3n. then divide that by 12 which equals 2.77nS

What is difference between instructions and assembly directives in 8051?

dirictives is used for variable declaration it cannot execute at run time..

it does nor produce any code....

What contain in microprocessor?

Well microprocessors are the most important thing in a computer which contains the following components:

1)ALU-arithmetic logic and control unit which is used for the arithmetic operations such as add,suband logical operations include logic AND,logic OR etc

2)Control unit-an important aspect of the microprocessors which generates signals for any operation to be performed by the microprocessor

3)Registers-used for the storage puposes including accumulator

Anand bhat(mca@kiit-870024)

Why 8086micro processors are called co- procossers?

The 8086 is not a co-processor. The 8087 is. The 8087 is intended to be coupled to an 8086/8088 to do math co-processing.

How many address lines will take to address the 16kilo bytes?

16KB, or 16384 bytes, can be addressed with 14 address lines. (214 = 16384)

What are advantages and disadvantages of 8085 microprocessors?

The advantages of the micro processor is that it small cheap to produce and is able to take over a lot of tasks that were time consuming to people.

advantages of micro processor is that these are general devices which can be programmes to execute a number of tasks.

The disadvantages are that this tends to make some.

the disadvantages are that the can crash and you can lose all your work.

by deva

What is difference between machine code and assembly language?

Machine language is the actual instructions in computer memory that are fetched into the processor and executed. It is directly executable and consists of what look to most human beings like a bunch of hexadecimal numbers, though a few geeks such as myself can tell it is code instead of numbers. For example, the instructions executing interrupt 21, service 10, are:

B410

CD21

Assembly language is a human readable as mnemonics, it translates on a one for one basis into machine language. The computer cannot execute assembly language directly, but human beings who are trained can understand it. The assembly language equivalent of the above instructions is:

MOV AH,10 ; prepare for service 10 by putting 10 into AH

INT 21 ; vectors into code established in the interrupt table

What is memory mapped in 8085?

memory interfacing in 8085 microprocessor refers to provide a intermediate mode of transferring or receiving data from registers to main memory

Why is data bus bidirectional but address bus unidirectional?

The address bus is unidirectional becos address information is always given by microprocessor to i/o devices. The data bus is bidirectional bcos it takes the data from other devices & also give the data to other i/o devices

How many total instructions are there in 8085 MP?

there are 74 instruction sets in the 8085 up which consist of 246 bit pattern.

How much memory can be address with 32 bit address bus?

32 bit address bus can access more than 4 gigabytes (232) of memory.

Sandeep Kr. Singh (MCA)

Which is the highest priority interrupt for 8051?

The highest priority interrupt in the 8085 is the TRAP interrupt.

When ready signal is sampled by the processor?

The READY signal of the 8085 microprocessor is sampled approximately one half clock after the trailing edge of ALE and, if not asserted, repeatedly one full clock cycle later until it is asserted.

What are the 12 interrupts in 8085?

An interrupt in the 8085, like in most computers, is a request to execute code out of sequence, usually by an external event, such as a signal from an IO device. In the 8085, an interrupt is almost exactly like a CALL instruction, except that the accumulator and flags register is also pushed on the stack. (Recall that the CALL instruction only pushes the return address on the stack.)This means that to return from an interrupt you must also pop the accumulator and flags, and this is done simply with the IRET instruction, as opposed to the RET instruction. In the 8085, the interrupt addresses are located in low memory, though the actual interrupt address could be anywhere if the interrupting device is capable of generating the three byte CALL sequence instead of the simpler INTx sequence, or the even simpler INTx.5 sequence.

What is the purpose of a register?

To keep track of your money and make sure the bank isn't ripping you off.

Why can't I register and sign in?

ERROR im sorry but we will need more info to answer your question

What does a school register do?

This person does what they sound like they do. They register students.

What is the tagline of Intel?

The current "Intel Inside" slogan which was first launched in 1991, will be soon superseded by the new tagline "Intel. Leap ahead"

Does shld instruction affects the stackpointer in 8085?

SHLD...it basically stands for "store HL pair with data"...

Explanation: HL pair is basically 2 registers H & L used together for specific purposes . This instruction stores the content of H & L registers into two consecutive memory locations (specified in the instruction). Better understand it with an example, SHLD 9000H means the processor will store the content of the "L" register in the location 9000H & that of the "H" register in the memory location 9001H.

ROHIT DAS

ECE

CALCUTTA INSTITUTE OF TECHNOLOGY.

(8287578929)

What does multiplexing mean?

In electronics, telecommunications and computer networks, multiplexing (short muxing) is a term used to refer to a process where multiple analog message signals or digital data streams are combined into one signal over a shared medium. The aim is to share an expensive resource. For example, in electronics, multiplexing allows several analog signals to be processed by one analog-to-digital converter (ADC), and in telecommunications, several phone calls may be transferred using one wire. In communications, the multiplexed signal is transmitted over a communication channel, which may be a physical transmission medium. The multiplexing divides the capacity of the low-level communication channel into several higher-level logical channels, one for each message signal or data stream to be transferred. A reverse process, known as demultiplexing, can extract the original channels on the receiver side.

Multiplexing technique is designed to reduce the number of electrical connections or leads in the display matrix. Whereas driving signals are applied not to each pixel (picture element) individually but to a group of rows and columns at a time. Besides reducing the number of individually independent interconnections, multiplexing also simplifies the drive electronics, reduces the cost and provides direct interface with the microprocessors. There are limitations in multiplexing due to complex electro-optical response of the liquid crystal cell. However, fairly reasonable level of multiplexing can be achieved by properly choosing the multiplexing scheme, liquid crystal mixture and cell designing.

What do you mean by an 8-bit microprocessor?

8 bit architecture means that the processor computes 8 bits at a time. these 8 hold instructional characterists for the processor to operate. higher bits ( we like to say wider) allow for a larger library of instructions are much more memory references.