Home > other >  Assembly language problem (programming code, urgent need)
Assembly language problem (programming code, urgent need)

Time:10-03

Based on the teaching course design 1 on page 211, designed to achieve "assembly language curriculum design task,"
Program is running after the following information:
In the middle of the screen display, in order to "XX/XX/XX XX: XX: XX" for the format, dynamically display the current date and time, then according to the following main menu interface:
1, Show the original information
2, Compute and Show
3, the Query by year
4, the Exit
Then, waits for user input from the keyboard any a number 1 to 4
Item 1 is to display all the original information
Show that, after the completion of suspension, waiting for user input, when the user input "q" key, return to the main menu interface,
Item 2 is calculated per capita income, then show all information
Show that, after the completion of suspension, waiting for user input, when the user input "q" key, return to the main menu interface,
Item 3 is to let the user input to query, then all items showed that the year of the corresponding information
Show that, after the completion of suspension, waiting for user input, when the user input "q" key, return to the main menu interface,
Item 4 is exit system, back to the DOS operating system,
  • Related