.Model small
.data
num db 47h,58h,14h,b4h.89h
.code
.start:
mov ax,@data
mov ds,ax
back:
add bl,[si]
inc si
dec dh
inz back
mov ch,02h
mov dh,4bh
mov cl,04l
up:
rol dh,cl
mov bl,dh
and bl,0fh
cmp bl,09h
jbe next
add bl,07h
next:
add bl,30h
mov ah,02h
mov dl,bl
int 21h
dec ch
jnz up
end start
end
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.
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.
No. They have a different instruction set. However, the processors are sufficiently similar that an 8086 assembler could assemble an 8085 program, given appropriate constants and macros. Some things, however, such as RIM, SIM, RST, etc. do not have equivalents in the 8086.
program to find prime number in 8085 microprocessor
mujhe nahi aata
the microprocessor
An octacore microprocessor is a microprocessor containing eight (octa-) independent CPUs (-core) that can simultaneously run different program threads/processes in parallel. Its theoretical performance can be eight times that of a microprocessor having only one CPU (-core), but real world practical issues reduce this advantage when running real applications.
Machine code.