answersLogoWhite

0

How run the microprocessor program?

User Avatar

Anonymous

13y ago
Updated: 8/18/2019

.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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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.


Definition of monitor program in microprocessor?

a program which can be understand by machine.


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.


Can a program written in 8085 microprocessor run in 8086 microprocessor?

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.


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 does octacore mean?

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.


What language do Rabbit 2000 microprocessor program uses?

Machine code.