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


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


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

1


Is there any software by which you can control motors?

There is no such software that can directly control. There is need of Mechanical parts to carry out the signals processed by software. Simply write a program in C,C++ for a PIC 8051 micro controller and attach it.


Explain about pin diagram of 8051 micro controller?

The microcontrollers have an 8-bit data bus. They are capable of addressing 64K of program memory and a separate 64K of data memory. The 8051 has 4K of code memory implemented as on-chip Read Only Memory (ROM). The 8051 has 128 bytes of internal Random Access Memory (RAM). The 8051 has two timer/counters, a serial port, 4 general purpose parallel input/output ports, and interrupt control logic with five sources of interrupts. Besides internal RAM, the 8051 has various Special Function Registers (SFR), which are the control and data registers for on-chip facilities. The SFRs also include the accumulator, the B register, and the Program Status Word (PSW), which contains the CPU flags. << SHARMILA TANDEL (B.E) ELECTRONICS >>