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, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
question
Computers and Technology, 23.06.2019 13:10
What is domain name system (dns)? allows dynamic ip address allocation so users do not have to have a preconfigured ip address to use the network converts ip addresses into domains, or identifying labels that use a variety of recognizable naming conventions the efficient coexistence of telephone, video, and data communication within a single network, offering convenience and flexibility not possible with separate infrastructures the integration of communication channels into a single service
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
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
Mathematics, 09.04.2021 17:40
question
Mathematics, 09.04.2021 17:40
question
Mathematics, 09.04.2021 17:40
question
Biology, 09.04.2021 17:40
question
Mathematics, 09.04.2021 17:40
question
Chemistry, 09.04.2021 17:40
question
Mathematics, 09.04.2021 17:40
Questions on the website: 13722360