answersLogoWhite

0

a program which can be understand by machine.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Could you Write a program for 8086 microprocessor that displays on the monitor the average of 2 numbers from an array?

How to write a program for mouse in microprocessor?


Types of sorting in 8085 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?

Which microprocessor accepts the program written for 8086 without any changes?


Program to count the number of numbers in an array using 8085 microprocessor?

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.


What is the difference between microprocessor and computer?

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


Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor


What is program segment prefix in microprocessor?

mujhe nahi aata


What part of the CPU stores program instructions during the execution of the program?

the microprocessor


What are advantages of downloading the main program into a microprocessor based system.Are there any disadvantages?

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.


What has the author M Shahid written?

M. Shahid has written: 'Microprocessor-controlled radar monitor'


What language do Rabbit 2000 microprocessor program uses?

Machine code.


What is subroutine in 8085?

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.