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 04:00
When you collaborate or meet with a person or group online, it is called
Answers: 1
question
Computers and Technology, 22.06.2019 10:00
You need a reliable network for about twenty-five computers that will be distributed across a large building. it is important that the network be relatively cheap. which topology should you use?
Answers: 1
question
Computers and Technology, 22.06.2019 13:30
Jane’s team is using the v-shaped model for their project. during the high-level design phase of the project, testers perform integration testing. what is the purpose of an integration test plan in the v-model of development? a. checks if the team has gathered all the requirements b. checks how the product interacts with external systems c. checks the flow of data in internal modules d. checks how the product works from the client side
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Who needs to approve a change before it is initiated? (select two.) -change board -client or end user -ceo -personnel manager -project manager
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
Computers and Technology, 30.03.2021 18:00
question
Mathematics, 30.03.2021 18:00
question
English, 30.03.2021 18:00
Questions on the website: 13722365