answersLogoWhite

0

write it in 8085

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you add and subtract 16 bit numbers using 8051 microprocessor?

The 8051 is a microcontroller, not a microprocessor. To add or subtract, use the ADD or SUBB opcodes.


Who is first invented 8051 microcontroller or 8051 microprocessor?

Intel


Write a program in 8051 to add 2 16- bit numbers?

Mov a.#000ff, mov b,#0008f add a,b


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.


Size of stack memory and stack pointer register in 8051 microprocessor?

8 bit


How easily write to 8051 program?

Writing a program for the 8051 microcontroller can be straightforward, especially with a basic understanding of assembly language or C. The development typically involves setting up an integrated development environment (IDE) like Keil or SDCC, where you can write, compile, and debug your code. The program structure includes initializing registers, defining memory locations, and using specific instructions for operations. Once written, the program can be simulated and uploaded to the microcontroller for execution.


Write a 8051 program to add two 8 bit numbers?

8059


What has the author Kenneth J Ayala written?

Kenneth J. Ayala has written: 'Instructor's Guide To Accompany The 8051 Microcontroller' 'The 8086 microprocessor' -- subject(s): Computer interfaces, Intel 8086 (Microprocessor), Programming


What is psen pin in 8051?

Program Store Enable: The read strobe to external program memory.


Program to convert bcd to gray code using 8051 microcontroller.?

66666


What is the maximum program memory capacity of 8051 Why?

The maximum program memory capacity of the 8051 microcontroller is 64 KB. This limitation arises from its 16-bit address bus, which allows it to address a maximum of (2^{16}) (or 65,536) memory locations. Each memory location corresponds to one byte, hence the 64 KB capacity for program memory. This design constraint is inherent to the architecture of the 8051.


How do you write the 8051 micro controller alp for finding the largest number in an array?

1