answersLogoWhite

0


Best Answer

The 8085 is an 8 bit processor, so its word length is 8 bits.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: According to word size how many instruction in 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do the instruction of 8085 is classified based on their function and word length?

The 8085 instruction set is classified into the following three groups according to word size: 1. One-word or 1-byte instructions 2. Two-word or 2-byte instructions 3. Three-word or 3-byte instructions


Types of instruction format of 8085?

The 8085 instruction set is classified into three groups according to its Word size. They are 1. One word /1 byte instructions 2. Two word / 2 byte instructions 3. Three word / 3 byte instructions


What is the data size in Intel 8085?

The data size in the 8085 is 8 bits.


What is the instruction format of 8085?

An instruction is a command to the microprocessor to perform a given task on specified data. Each instruction has two parts: One is task to be performed,called the operation code (opcode). Second is the data to be operated on, called the operand. It can be specified in various ways,it may include 8bit/16bit data, an internal register, a memory location , or 8bit/16bit address. In some instructions, the operand is implicit. The 8085 instruction set is classified into three groups according to Word size. They are- 1. One word / 1 byte instructions 2. Ttwo word / 2byte instructions 3. Three word / 3byte instructions


What is the size of address location for 8085?

128kb


What it the size bit address for 8085 and 8086?

128Kb


How many bits in 8085 microprocessor?

The 8085 is an 8-bit microprocessor. Even though there are some 16-bit registers (BC, DE, HL, SP, PC), with some 16-bit operations that can be performed on them, and a 16-bit address bus, the accumulator (A), the arithmetic logic unit (ALU), and the data bus are 8-bits in size, making the 8085 an 8-bit computer.


What is the size of the instruction queue in 8088?

no


What is memory word size required in an 8085 system?

64KB


What is the size of the instruction queue?

32 byte


What is size of instruction queue of 8086?

6 bytes


What is the size of the instruction queue in 8086?

In 8086 the instruction queue is 6 byte long. This is because even the longest 8086 instruction is 6 byte long. Thus it is possible to prefetch even the longest instruction in the instruction set.