a program which can be understand by machine.
How to write a program for mouse in microprocessor?
Sorting is not a microprocessor specific thing. Sorting requires a program and, as such, is not dependent on which microprocessor is involved.
Which microprocessor accepts the program written for 8086 without any changes?
A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.
a microprocessor is a small unit with memory inside the system unit while a computer is the combination of a monitor and a system unit
program to find prime number in 8085 microprocessor
mujhe nahi aata
the microprocessor
The advantages of downloading the main program into a microprocessor based system can be it can cause the system to run efficiently and the main program will be able to be easily accessed through the microprocessor system. Disadvantages can be due to errors they can happen due to system failure.
M. Shahid has written: 'Microprocessor-controlled radar monitor'
Machine code.
in 8085 microprocessor a subroutine is a separate program written aside from main program ,this program is basically the program which requires to be executed several times in the main program. the microprocessor can call subroutine any time using CALL instruction . after the subroutine is executed the subbroutine hands over the program to main program using RET instruction.