A simple Phone Numbers Management System implemented using Intel 8086 Assembly language.
This project demonstrates low-level programming concepts such as data handling, user input, and control flow in assembly.
- Add phone numbers
- Display stored phone numbers
- Simple menu-driven interface
- Console-based interaction
- Uses basic 8086 instructions and DOS interrupts
- 8086 emulator (e.g. EMU8086)
- Basic knowledge of x86 Assembly
- Open EMU8086
- Load
PhoneNumbersSystem.asm - Compile the program
- Run it inside the emulator
This project was created for learning purposes to practice:
- 8086 Assembly programming
- Registers and memory usage
- Low-level system logic
Maria Benmabrouk