Computers and Technology
Computers and Technology, 05.05.2020 06:33, ashanty90

Do a program in Assembly Language Copy a string in reverse order. Do not copy the contents of the array to another array. Do not use push or pop. Your loop needs only to process half the array. Here is a hint to divide a number by 2, use the instruction shr. For example if the number of characters in the array is in ecx, use this instruction to half it shr ecx, 1

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 06:40, euniceyi56
How many nibbles can be stored in a 16-bit word?
Answers: 1
image
Computers and Technology, 25.06.2019 08:30, FombafTejanjr7503
Which of these devices is usually the default for most home network?
Answers: 1
image
Computers and Technology, 25.06.2019 08:50, mountassarhajar2008
The purpose of this problem is to write some small functions and practice passing things around amoung functions.1) the main function shall ask the user to enter three numbers and read the three numbers.2) write a function named findsum that takes three numbers as arguments and returns their sum. the main function shall call this function.3) write a function named findaverage that takes the sum and the number of numbers and returns the average. the main function shall call this function.4) write a function named findsmallest that takes the three numbers and returns the smallest value. the main function shall call this function.5) the main function shall print the results in the following format, with two decimal positions and the decimal points aligned:
Answers: 3
image
Computers and Technology, 25.06.2019 18:30, jonathanmontalv
When searching for about a problem in windows, you way be able to select a
Answers: 1
Do you know the correct answer?
Do a program in Assembly Language Copy a string in reverse order. Do not copy the contents of the ar...

Questions in other subjects:

Konu
Mathematics, 04.09.2020 22:01
Konu
Mathematics, 04.09.2020 22:01