answersLogoWhite

0

Lxi h,c050

mov a,m

mvi b,01

mvi c,00

l2:sub b

jc l1

inr c

inr b

inr b

jmp l2

l1:mov a,c

sta c060

hlt

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor


How do you build 8085 using vhdl?

VHDL is a hardware description language. It describes the functionality of a hardware as a program. If we know the architecture of 8085, the same can be implemented or coded using VHDL.


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.


To find LCM of n numbers using 8085 programs?

sample program in sum of the series using the formula for s=n/2[2a+{n-1}d] in 8085


Program for interfacing of relay with 8085?

we want relay interface with 8085 and also attech the program


To find square root of a number look-up table method 8085?

52


Program to convert hex to decimal in 8085?

jump,b


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix?

Sp[[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix|Answer]]ell chec[[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix&action=edit&section=new|Answer it!]]k your answe[[Q/Discuss:Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix|Disc]][[help/answering questions|guidelin]]Spell check your answeresussionr[[help/signing in|full benefits]] Save C[[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix|Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 ]][[Q/Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix&action=edit&section=new|Answering 'Write a 8085 microprocessor program to find A inverse and A transpose if A is a 3x3 matrix?']]matrix?ancel[[Q/How many animals are in West Texas|How many animals are in West Texas?]][[Q/How do you increase the number of four wheelers vehicles for servicing in a Service workshop|How do you increase the number of four wheelers vehicles for servicing in a]][[Q/How do you increase the number of four wheelers vehicles for servicing in a Service workshop|How do you increase the number of four wheelers vehicles for servicing in a Service workshop?]] Service workshop?[[Q/How do you increase the number of four wheelers vehicles for servicing in a Service workshop|How do you increase the number of four wheelers vehicles for servicing in a Service workshop?]]More Q&A


Can you write a hex program of 8051 on 8085?

Writing a hex program for the 8051 microcontroller on an 8085 microprocessor is not directly feasible, as they are based on different architectures and instruction sets. The 8051 uses its own assembly language and has features like built-in I/O ports and timers that are not present in the 8085. However, you can create a similar program in 8085 assembly language that performs equivalent tasks, keeping in mind the differences in hardware capabilities and instruction sets. You would need to carefully translate the logic and functionality from the 8051 program to suit the 8085 environment.


How do you change a degree of rotation in stepper motor using 8085 microprocessor?

To change the degree of rotation in a stepper motor using an 8085 microprocessor, you first need to determine the number of steps required for the desired rotation. This is done by calculating the steps per degree based on the stepper motor's specifications. Then, you can write a program in assembly language to control the motor's step sequence using output ports connected to the motor driver. By sending the appropriate sequence of signals for the calculated number of steps, you can achieve the desired rotation.