https://github.com/aoum-m/online-book-shop
This Online Bookshop System is developed in Assembly Language to simulate a basic e-commerce platform. It allows users to browse books, select items, and calculate total costs. Using low-level programming concepts, it efficiently handles input, output, and transactions, demonstrating how Assembly can be used for interactive applications.
https://github.com/aoum-m/online-book-shop
assembly-language assembly-x86 online-book-shop online-bookstore projects
Last synced: 3 months ago
JSON representation
This Online Bookshop System is developed in Assembly Language to simulate a basic e-commerce platform. It allows users to browse books, select items, and calculate total costs. Using low-level programming concepts, it efficiently handles input, output, and transactions, demonstrating how Assembly can be used for interactive applications.
- Host: GitHub
- URL: https://github.com/aoum-m/online-book-shop
- Owner: aoum-m
- Created: 2025-02-06T18:54:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T18:58:04.000Z (4 months ago)
- Last Synced: 2025-02-06T19:44:13.063Z (4 months ago)
- Topics: assembly-language, assembly-x86, online-book-shop, online-bookstore, projects
- Language: Assembly
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Online Bookshop - Assembly Language 📚
Overview
This project is an Online Bookshop System built using Assembly Language. It simulates a simple e-commerce platform where users can browse books, select items, and process transactions.Features
✅ View available books and prices
✅ Select and purchase books
✅ Calculate total cost
✅ Display purchase detailsTechnology Used
Language: Assembly Language (x86)
Emulator: Emu8086 / MASM / NASM
How to Run
Open the Assembly emulator (e.g., Emu8086).
Load the program and assemble it.
Run the executable and follow on-screen instructions.
Conclusion
This project demonstrates how Assembly Language can be used for interactive applications, focusing on input handling, arithmetic operations, and basic transaction processing.