Your program will have three procedures the main procedure


Question: Your program will have three procedures. The main procedure (with the asm_main label), will sign on and them call a menu procedure that displays a two line menu: • "C" - to continue • "X" - to quit Then your procedure is to get one of those keys from the user, ignoring any other keys. If the key entered is an "X". You return to the main procedure and the program terminates.

Otherwise, you call a third procedure named "display".

For now that procedure just prints out the number 10 and returns.

All of this is on one file for now. Your program should show the user key as they type it in (echo it) and any output should be on a new line.

Add any prompts to make the output neat.

PLEASE ensure it compiles and write the full program to receive full credit. Thank you so much for your help.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Your program will have three procedures the main procedure
Reference No:- TGS0957776

Expected delivery within 24 Hours