answersLogoWhite

0


Best Answer

There is no protected mode in the 8085 microprocessor, therefore, there are no instructions that are considered privileged.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Examples of privileged instructions used by 8085 processor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is operating system is needed or not for 8085 processor?

OS is compulsary to work properly for any processor including 8085 since OS consist of all the instructions that guides the processor,how to react in certain situations........!


When 8085 processor was invented?

The 8085 was introduced by Intel in 1977.


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


Can 8085 CPU replace 8086 CPU?

No. The 8086 has instructions not present in the 8085. The 8086 was marketed as "source compatible" with the 8085, meaning that there was a translator program which could convert assembly language code for the 8085 into assembly language code for the 8086. However, this does not mean that the compiled 8086 assembly code would then run on an 8085; among other things, the 8086 was a true 16-bit processor, as opposed to the 8085 which was an 8-bit processor that supported a few 16-bit operations.


How many instruction are there in 8085 mp?

There are 74 instructions in the 8085 microprocessor.


Why 8085 micro processor is named as 8085?

The 8085 was given its number as the next version of the 8080. The 5 means that it operates on a single 5 volt power source.


Main difference between 8085 and 8086?

The most significant difference between the Intel 8085 and 8086 microprocessors is that the 8085 is an 8-bit system and the 8086 is a 16-bit system. This difference allows the 8086 system to have a much larger set of operational instructions and can make calculations to more significant places. Note: the 8085 processor does have two 16-bit registers. The pointer and the program counter.


What does the 5 in 8085 processor stand for?

5 stands for 5 volt


According to word size how many instruction in 8085?

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


Based on what criteria a processor is said to be some x-bit processor?

Generally, the bit size of a processor is indicated by the size of the accumulator, which is, most times but not always, the same as the internal data bus size. The 8086/8088 processor, for instance, is a 16 bit processor. The 8085 is an 8 bit processor. The 80386 is a 32 bit processor. The Q6600 Core2 Quad is a 64 bit processor. (These are just examples.)


How many total instructions are there in 8085 MP?

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


What are the application of 8085 microprocesser?

The Intel 8085 was the successor of the 8080, an early 8 bit processor, used most famously in the Altair. (Microsoft wrote Microsoft BASIC for the 8085 Altair). The boom of home computers took off with the Zilog Z80, a compatible processor but had more features. Today the 8085 isn't used much commercially, the 8051 is a more common 8 bit processor for embedded systems. However the 8085 is extremely popular in engineering schools in the middle east, especially India, as an introductory course to microcomputers.