subject

Write a program with a loop and indirect addressing that copies a string from source to target, reversing the character order in the process. Use the following variables:source BYTE "This is the source string",0target BYTE SIZEOF source DUP('#')and here is what I have got so far;reverseINCLUDE IRVINE32.INC. DATASOURCE byte "this is the source string", 0target BYTE SIZEOF source DUP('#').codemain PROC Call Clrscr mov esi,0 mov edi, SIZEOF source-TYPE source mov ecx, LENGTHOF source L1: mov al, source[edi] mov target[esi] sub edi TYPE source loop L1 exit main ENDP END main

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
question
Computers and Technology, 23.06.2019 18:40
How does is make you feel when you're kind to others? what are some opportunities in your life to be more kind to your friends and loved ones? imagine a world where kindness has be outlawed. how would people act differently? would your day-to-day life change significantly? why or why not?
Answers: 2
question
Computers and Technology, 24.06.2019 04:30
Fall protection, confined space entry procedures, controlled noise levels, and protection from chemical hazards are some of the things that contribute to a safe what
Answers: 1
question
Computers and Technology, 24.06.2019 08:00
Arah has entered data about football players from team a and team b in a worksheet. she enters names of players from team a with details about each player in different columns of the worksheet. similarly, she enters details of all the players from team b. which option will her view the data for team a and team b in two separate sections after printing? a. page break view b. freeze pane view c. split screen view d. full screen view e. zoom out view
Answers: 1
You know the right answer?
Write a program with a loop and indirect addressing that copies a string from source to target, reve...
Questions
question
Physics, 17.01.2021 20:40
question
Chemistry, 17.01.2021 20:40
question
World Languages, 17.01.2021 20:40
question
Mathematics, 17.01.2021 20:40
question
Mathematics, 17.01.2021 20:40
question
History, 17.01.2021 20:40
Questions on the website: 13722359