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

Do a program to find a smallest number in the array using 8085 microprocessor?

Lxih, 2200

mov c,m

inxh

mov a,m

inxh

cmp m

jc l1

mov a,m

dcr c

jnz l2

inhx

mov m,a

hlt

How many machine cycle are required in LDA 2050H?

It will require 4 machine cycles,

1.opcode fetch

2.memory read

3. memory read

4. memory write

What code 65820 has special instructions about modifier Which modifier is referenced and what are the instructions?

Its refer to modifier 63, the instruction is to not report modifier 63 in conjunction with CPT code 65820.

What is Io?

iOS is the operating system used in iPod Touch, iPhone and iPad, made by Apple.

Inter-organizational Systems (IOS)

With respect to Electronic Commerce, an IOS involves the flow of information among two or more organizations. IOS support efficient transaction processing for example transmitting orders, bills and payments using EDI or extranets. In IOS all relationships are predetermined. There is no need of negotiation. Whereas in electronic markets sellers and buyers negotiate, submit bids, agree on an order and finish the transaction. IOS are used mainly for B2B applications. Whereas electronic markets exist in both B2B and B2C cases.

What is frozen register?

It's language that does not change

What is higher order address of a 16 bit address?

In the 8085, the high order address is A8-A15. In the 8086/8088, the high order address is A8-A19. (For a 16-bit address, the answer is A8-A15, but the answer above reflects the chosen categories, 8085 and 8086/8088, with the 8086/8088 running in 20-bit mode.) In Windows XP, running in 32-bit mode, the high order address is A8-A31, a 32 bit address.

Do today's microprocessors have more transistor than those of 1970s?

Yes. Today's microprocessors have many, many times more transistors than those of the 1970's.

Why H-L pair register in 8085 is called special purpose register?

hl pair holds the address of the location pointed by the memory pointer M

How do you swap two variables using bitwise operators?

a := a XOR b

b := a XOR b

a := a XOR b

it works, but never use it in real programs

do you know why its not used in real program??

What is the specific purpose of hl register?

HL is a general purpose 16 bit register. It is also the address in memory of the M register.

6 Fetching and decoding of any instruction takes three clock cycles How?

Incorrect. Fetching and decoding of any instruction takes a minimum of four clock cycles in the 8085.

T1 = ALE and address emission

T2 = Read initiation

T3 = Read completion

T4 = Opcode decode

T1, T2, and T3 are repeated for each additional byte of the instruction. In all cases, Twait, if indicated by not READY, is inserted between T2 and T3.

What is the use of NOP instruction in 8085?

The NOP (No Operation) instruction takes time but does nothing to the data or the status of the microprocessor. When executed in a loop, it can take substantial time, from microseconds, to milliseconds, to seconds.

What is meant by effective address in microprocessor?

Effective address is the final address generated by offsetting and indexing which is sent to the virtual translation logic. It is the address of the operand in the virtual address space of the process, but not necessarily the address of the operand in the physical address space of the computer.

In the 8085, efffective/virtual address is the same as physical address, because there is no virtual addressing logic in the 8085. In the 8086/8088, effective/virtual address is the same as physical address, but only in real mode.

For example, in the 8086/8088, if the EBX register contains 1000000H, then the instruction MOV EAX,[EBX+1234H] has an effective address of 10001234H.

Can you explain to you the OSPF?

Open Shortest Path First (OSPF) is a type of routing protocol known as an interior gateway protocol or an interior routing protocol. The routers in an internet are responsible for receiving and forwarding packets through the interconnected set of networks. Each router makes routing decisions based on knowledge of the topology and traffic/delay conditions of the internet. The routing protocol between routers is used to exchange topology and traffic delay information. An interior routing protocol is used within a portion of the internet called an autonomous system, which simply means a connected set of routers that are managed by a single organization. OSPF is the most commonly used interior routing protocol.

Why a conditional jmp instruction needs only 7 t-state instead of 10 t-state in last of a loop?

because in last of a loop the condition is not satisfied that's why it needs only 7 t-state

What are the applications of hardware interrupts in 8085?

The hardware initiates an interrupt when it feels that the situation requires the CPU's action.