https://github.com/fathin-ishrak-romeo/bracu_cse341-microprocessor_lab
https://github.com/fathin-ishrak-romeo/bracu_cse341-microprocessor_lab
8086-asm 8086-microprocessor 8086-programs assembly assembly-language assembly-language-programming bracu bracu-cse bracu-cse341 bracu-cse341-microprocessor cse cse341 cse341-microprocessor emu8086 emu8086-emulator microprocessor microprocessor-emulator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fathin-ishrak-romeo/bracu_cse341-microprocessor_lab
- Owner: Fathin-Ishrak-Romeo
- Created: 2024-11-09T02:40:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T09:49:42.000Z (3 months ago)
- Last Synced: 2025-02-26T07:16:28.160Z (about 2 months ago)
- Topics: 8086-asm, 8086-microprocessor, 8086-programs, assembly, assembly-language, assembly-language-programming, bracu, bracu-cse, bracu-cse341, bracu-cse341-microprocessor, cse, cse341, cse341-microprocessor, emu8086, emu8086-emulator, microprocessor, microprocessor-emulator
- Language: Assembly
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project
[Digital food ordering system at a restaurant using x86-Assembly Language (User Interface)](https://github.com/Fathin-Ishrak-Romeo/CSE341-Project_Digital-food-ordering-system-at-a-restaurant-using-x86-Assembly-Language)
### Features
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.# LAB 01 (Arithmetic Operations in Assembly Language)
1. Use of General Purpose Registers (AX, BX, CX, DX)
2. Use of MOV, ADD, SUB, MUL, DIV, NEG, DEC, INC operationsTutorial: [EMU8086 Assembly Language | Arithmetic Operations by Hamim Nasim](https://www.youtube.com/watch?v=5bEnEsh542Q&list=PLh1_aZhLeIxuxO6rtPWBpeZlnOq1bDo9Q&index=2)
# LAB 02 (I/O in Assembly Language)
1. Single character input from the user
2. Single character output
3. String (Multicharacter) output
4. Newline instruction
5. Carriage return instruction
6. FlagsTutorial: [Basic I/O in EMU8086 by Hamim Nasim](https://www.youtube.com/watch?v=JkSpvp_nbe0&list=PLh1_aZhLeIxuxO6rtPWBpeZlnOq1bDo9Q&index=2)
# LAB 03 (Flow Control & Branching in Assembly Language)
1. CMP operation
2. JMP operations (JE, JG, JL, JGE, JLE)
3. Conditional jump
4. Issue with conditional jump
5. Unconditional jump (A solution to conditional jump problem)
6. Handling else-if conditionTutorial: [Branching Structures in EMU8086 by Hamim Nasim](https://www.youtube.com/watch?v=Wk08BKfHPVA&list=PLh1_aZhLeIxuxO6rtPWBpeZlnOq1bDo9Q&index=3)
# LAB MID PRACTICE
Topic: Lab 01, Lab 02, Lab 03
Lecture Video: [LAB MID Review Class by Hamim Nasim](https://www.youtube.com/watch?v=LnyeyMegS_U)# LAB 04 (Flow control instructions and Looping structures in Assembly Language)
1. Explicit loop structure
2. Implicit loop structureTutorial: [Loop Structure in EMU8086](https://www.youtube.com/watch?v=Lo8sc5fmtVU&list=PL9aZtK5kh5Wew0eD68a0g-CKIWXINje-k&index=3)
# LAB 05 (Array in Assembly Language)
Tutorial: [ARRAY in Assembly Language | EMU8086 by Hamim Nasim](https://www.youtube.com/watch?v=Wi3S59MIwuE&list=PLh1_aZhLeIxuxO6rtPWBpeZlnOq1bDo9Q&index=5)# LAB 06 (Stack In Assembly Language)
Tutorial: [STACK in Assembly Language | Emu8086 by Hamim Nasim](https://www.youtube.com/watch?v=U6YRqXcJUtk&list=PLh1_aZhLeIxuxO6rtPWBpeZlnOq1bDo9Q&index=4)# LAB 07 (Macros and Procedures in Assembly Language)
Tutorial: [Macros and Procedure | EMU8086 | Assembly Language by Hamim Nasim](https://www.youtube.com/watch?v=cQ7JHL2n8DA&list=PLh1_aZhLeIxuxO6rtPWBpeZlnOq1bDo9Q&index=6)# LAB 08 (Arrays and Addressing Modes in Assembly Language)
# LAB 09 (Introduction to EMU8086 Kit)
# LAB 10 (Configuring EMU/MDA8086 Trainer Kit)