answersLogoWhite

0


Best Answer

This seems to be two separate homework assignments merged together. You should ask them separately.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a program that reads 20 bytes of data and starts at address 8000H i need to create a list of numbers and have the program store the list and retreive it in reverse?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are reverse phone numbers?

Well, reverse phone numbers can be used to find out additional information about the caller. Information can include address, phone number, name, and other personal details.


What is the use of Reverse String in C program?

The use of the reverse string in C program is used to reverse the letters in the string. An example would be reverse me would be reversed to em esrever.


How do you find reverse phone numbers?

A reverse phone directory will enable you to look up phone numbers to find the owner's name, address, and more detailed information about the owner. You can look up cell phone numbers, residential and business phone numbers, 800 numbers, private and even unlisted phone numbers.


What are the function of RARP?

RARP is short from Reverse Address resolution protocol. As the name suggests RARP functions the reverse as ARP. That is it maps MAC address to IP address.


What is one tool for reverse engineering software and five features of that tool?

hexadecimal dumper, which prints or displays the binary numbers of a program in hexadecimal format.


How do you Write a program in 'c' language which accepts int numbers from the users print its reverse number x function which return value?

question clarity


Why is it easier to remember numbers in reverse?

I am not aware of any research to support the assertion that it is easier to remember numbers in reverse.


How you write a program in c plus plus to print plaindromic numbers from 1 to n?

To check if a number is a palindrome, reverse the number and see if it is equal to the original number. If so, the number is a palindrome, otherwise it is not. To reverse a number, use the following function: int reverse(int num, int base=10) { int reverse=0; while( num ) { reverse*=base; reverse+=num%base; num/=base; } return(reverse); }


Fox pro program to reverse the given number?

reverse programe in fox pro


How can I do a reverse phone lookup?

You can use white pages which is a free online service to trace phone numbers. You can find out their name and address to stop these kind of unwanted calls.


How do I get a reverse address telephone directory?

An individual can find a phone number using a reverse directory by inputting the phone number in the space provided in the reverse directory and pressing enter. This will produce the desired results if the phone number is not an unlisted number.


How do you write a program that outputs a given characters in reverse?

write the javascript code to display the reverse no. of given no. (e.g. 247 reverse of 742)