create a simple ASM program that will allow user
to select a choices available
and display a correspoding text display
upon successful selection of choice
Example:
Menu
1. ORder
2. Exit
Enter Choice:__
If Choice is 1, Display a text "You chose Ordering Function";
If Choice is 2, Display a text "You chose to exit";
to select a choices available
and display a correspoding text display
upon successful selection of choice
Example:
Menu
1. ORder
2. Exit
Enter Choice:__
If Choice is 1, Display a text "You chose Ordering Function";
If Choice is 2, Display a text "You chose to exit";