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.