answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What do you mean polling of 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does polling frequency mean?

Frequency is rate of an occurence. Polling is asking for an answer. Frequency polling is checking for an answer on a set schedule.


What is mean by polling delay?

That is the day you vote.


What does polling mean in email?

"Polling" is simply the gathering of information from the public by means of randomly questioning a sample of people.


What is polling in microcontrollers?

mean that the processor of mcu will check spesfic registers in loop way while (1) { if (PINA = ... ) then >>>>> if(PINB = ... ) then >>>>>>>> if(PINC = .....) then >>>>>>>. } here the processor polling polling for this register


What is the instruction for exit in 8085 microprocessors?

There is no exit instruction in the 8085. Do you mean return, as in from a function or interrupt? If so, the instruction is RET.


Why the name 8085 Why the name 8085 for microprocessor?

8085 is a microprocessor designed by Intel


What is a sentence for polling booth?

Voters gathered at the polling booth to cast their ballots in the local election.


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.


What does ppp mean on a caller ID on your phone?

When you get a call and you see PPP on the caller ID it means Public Policy Polling. The calls are coming from a polling company wanting you to complete a survey.


What is the most common form of polling?

internet polling


Why the 16 bit 8085 microprocessor is not possible?

The 8085 was replaced with the 8086/8088. As such, there is no 16 bit version of the 8085.


Difference between 8080 and 8085?

The 8085 has a single +5V power supplyThe 8085 has a multiplexed low order address busThe 8085 has extra single pin interrupts, TRAP, RST7.5, RST6.5, and RST5.5The 8085 has serial I/O pins SID and SODThe 8085 has maskable interrupts and the RIM/SIM instructionThe 8085 includes the functionality of the 8224 clock genereator and 8228 system controllerThe 8085 added several 16 bit operations