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.