An open API service indexing awesome lists of open source software.

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.

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 details

Technology 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.