answersLogoWhite

0

The 8085 can address 216, or 65536 different memory locations.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many location can be accessed by 8085 microprocessor?

The 8085 microprocessor can access 65536 (2^16) locations in memory, and 256 (2^8) locations in I/O space.


What is lda in microprocessor?

LDA is an Intel 8085 opcode, 3AH, that loads that accumulator from a location specified in memory.


What is STA 3000H in microprocessor?

STA 3000H is an 8085 instruction that says to store the accumulator at memory location 3000H.


Can microprocessor 8085 take memory A000?

Yes, the 8085 microprocessor can access memory location A000, as it has a 16-bit address bus that allows it to address up to 64KB of memory, ranging from 0000 to FFFF in hexadecimal. The address A000 falls within this range, meaning the 8085 can read from or write to this memory location. However, the actual access depends on the system's memory configuration and whether that specific address is mapped to valid RAM or ROM.


Why the name 8085 Why the name 8085 for microprocessor?

8085 is a microprocessor designed by Intel


What do '8085' in 8085 Microprocessor signify?

The '8085' in the 8085 microprocessor is the designation given to the microprocessor by Intel. The '5' means it is a single power supply (5 volt) version of the 8080, with enhancements.


What is signal in microprocessor 8085?

In the 8085 microprocessor, a signal refers to an electrical voltage or pulse that conveys information between the microprocessor and other components in the system, such as memory and input/output devices. These signals include control signals, address signals, and data signals, which coordinate operations like data transfer, memory access, and instruction execution. The 8085 uses a combination of these signals to ensure proper communication and functionality within the microprocessor architecture.


What power supply is used in microprocessor 8085 programming?

+5v necessary for microprocessor 8085.


What is the Overview of 8085 microprocessor?

8085 is a 8 bit microprocessor designed by Intel Co.


What is the reason for naming microprocessor as 8085 and microcontroller as 8051?

b/c the 8085 microprocessor is the first 8 bit microprocessor which Intel is produces in 1877 and this is the first general purpose 8 bit microprocessor. there was an 8 bit general purpose register before 8085 named as 8008 but this microprocessor is not functional 8 bit microprocessor


Why microcomputer system based on 8 bit microprocessor have 64K memory?

Even though the 8085 is an 8 bit microprocessor, it can address 64K memory, because it has a 16 bit address bus.


Why all the 16 address lines are not act as a data lines in 8085 microprocessor?

the 8085 microprocessor is a 8-bit microprocessor and these are bidirectional but the address lines are unidirectional.these address lines are used to address the location of the instruction in memory .these data lines are used to transfer data between processor and peripheral devices. when the address of the instruction will be recognized by the address lines the data will be send to the processor therefore the 16 address lines are not act as a data lines in 8085