Please write an Assembly language NASM x86-64 that does the following: Ask the user to enter shift values 0 through 15 w
Posted: Sun Jul 10, 2022 11:26 am
Please write an Assembly language NASM x86-64 that does thefollowing: Ask the user to enter shift values 0 through 15with error correction, and then ask the user to enter a string ofat least 5 characters, checking if the string is at least 5characters or more. If the string is less than 5 characters, askthe user to enter again. If the string is 5 characters or more,display the string entered and then shift the string based on thevalue entered.