Menu driven program using X86_64 assembly.

Job ID: 35481246

Budget: $20 – $50 USD

You will write a menu driven program to manipulate strings as explained in this write up.
The program should store 10 messages for possible manipulation. These will each be initialized to the string: “This is the original message.”

Main function:

This is where you collect user inputs and make calls to the other methods as requested by the user. This should be written in X86_64 assembly.
When the program is launched, the menu must be displayed and the user can make selections. The program must continue to execute until the user chooses to exit by entering “q” or “Q”.