answersLogoWhite

0

LXI H,8085

LXI D,8070

MVI B,10

LOOP1:

MOV A,M

XCHG D

MOV M,A

XCHG D

INX H

INX D

DCR B

MOV A,B

SBI 0

JNZ LOOP1

Note: I am doing this from memory, and I don't have an active system to debug it with, so it might be erroneous. Debugging is necessary.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the location in computer programming where memory is stored?

The Hard Drive


What is a memory mapped register?

A memory mapped register is a register that has its specific address stored in a known memory location.


What is a use of dereferencing operator?

A pointer variable contains the address to some memory location. "Dereferencing" the pointer means getting the value stored at that memory location.


Where is a single element of data stored?

A single element of data is typically stored in a memory location, which could be in RAM (Random Access Memory) or on a storage device like a hard drive or SSD. The exact location depends on the application and the type of data being stored.


What are the components of a variable?

A variable typically consists of a name, a data type, a value, and a memory location where the value is stored. The name is used to reference the variable in the code, the data type defines the type of data the variable can hold, the value is the actual data stored in the variable, and the memory location is where the value is stored in the computer's memory.


When I transfer my number from one tracfone to another tracfone will the phone numbers and other info transfer with it?

Only if the numbers are stored on the SIM card. If they're simply stored in the phone's internal memory - you would have to transfer them manually.


During processing data is stored in which location in computer memory?

Processing of Data is usually done in the Random Access memory


How many bit data can be stored in one memory location of 8086 microprocessor?

8


What is the difference between memory address and memory addressability?

A memory address is a specific location in a computer's memory where data is stored. Memory addressability refers to the maximum amount of memory that a computer system can access and use. In other words, memory addressability is the range of memory addresses that a computer can access, while a memory address is a specific location within that range.


Where is memory stored in?

Memory is stored in the brain's grey matter.


Where is registry stored while Windows is running?

It is stored in memory until windows shuts down. The logical location (on the Hard Drive) is system32/config


Name of the location of a particular a piece of data is it?

The location of a particular piece of data is typically referred to as its memory address. This address is a unique identifier that allows the data to be stored and accessed within a computer's memory.