answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Write a main program in INTEL 8085 microprocessor to count continuously in binary with a one second delay between each count?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why the microprocessor starts with four number?

the binary numbers are in four bit number


How does the microprocessor work?

Suppose we give a 8-bit instruction ADD B to the microprocessor then this instruction is not at all understood by microprocessor as it only accepts binary inputs so first of all it stores the instruction in the INSTRUCTION REGISTOR then it decodes this instruction ADD B to its suitable binary code 80H in the INSTRUCTION DECODER.. after converting to 80H then the microprocessor understands that .. yes i have to add the content of the resistor B with that of A(accumulator) and store the result in the accumulator A this is a small example how microprocessor operates facing the instructions


What is a microprocessor's Instruction Set?

There are binary patterns which when present on a microprocessor's input register, cause a fixed set of switching to occur within the processor, across a defined number of clock cycles. They comprise the instructions which cause the microprocessor to do things.


What form must a program be stored in memory?

binary


What is a binary program?

CMD.EXE is an example


Why a microprocessor works in binary code on.can a microprocessor be designed to works on yes or no codes or in similar two level of codes.if not then what makes a microprocessor to understand binary.?

At this point in computer science we only have two 'digital' states, which is that any bit can only be either on or off. The on/off is commonly used to represent yes/no.(On(1) = Yes, Off(0) = No) A microprocessor can only see if a signal is there or is missing, in other words, if the signal is on or off, or a bit is a 1 or a 0.


What is the address space range of a microprocessor with 32-bit address bus?

0x00000000 to 0xFFFFFFFF in hexadecimal 0 to 4294967295 in binary


What is the Difference between c and shell program execution?

The shell interprets the script, while the C-compiler generates a binary executable.


Can a microprocessor handle an analog signal?

No. All analogue information must be converted to digital information (binary encoded) before it can be processed.


How can you write a program to convert binary code to gray code using 8085 microprocessor?

It can be implemented very easily .... Suppose the Binary word is X7X6X5.... X0 then the corresponding Gray code is G7G6G5....G0 where G7=X7 G6=X7 XOR X6 G5=X6 XOR X5 ..... G0=X1 XOR X0 Now implement the above algorithm


Write a program of binary heap in c or c language?

to implement operations on binary heap in c


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement