Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.99 KB

File metadata and controls

37 lines (33 loc) · 1.99 KB

Features (Step by Step)

  1. The user is greeted with a welcome message.
  2. All the food categories (breakfast, lunch, dinner, snacks, dinners) are shown to the user.
  3. The user can select any category or exit the program.
  4. All the foods available under the selected category are displayed to the user.
  5. The user selects any food item.
  6. The user inputs the quantity of the selected food item. The quantity can not be more than 9.
  7. The total price is stored and displayed to the user.
  8. From step 7, the user can go back to the food categories menu or the previous menu, order again, and have the price added to the total price, which is displayed to the user. Alternatively, the user can choose to view the bill.
  9. After the final bill is displayed to the user, they can go back to the main category menu to order again or exit the program.
  10. The system handles all types of invalid inputs from the user.

Scope for Improvement

  1. This program currently doesn't support any 2-digit inputs from the user.
  2. This program currently lacks the option to allow a new user to use it without requiring a complete shutdown after the previous user finishes.

Architecture & Topics Used

x86 Architecture

Topics Covered

  1. Basic arithmetic operations
  2. Single character I/O
  3. String output
  4. Branching
  5. Loop
  6. Stack
  7. Array
  8. Macros
  9. Procedure

How to Run This Program

  1. Download EMU8086 Emulator - DOWNLOAD LINK.
  2. Extract the downloaded file.
  3. Install (Apply EMU8086 License Key while installation).
  4. Run this code in the EMU8086 Emulator.

Meme

Meme