This project is a simple Employee Management application built using 8086 Assembly Language.
- User Authentication: Login page to authenticate users before accessing the application.
- Operations:
- Create: Add new employee records.
- Read: Show all existing records.
- Delete: Remove last added record (similar to stack operstion).
- Logout: Users can temporarily log out of the application.
- Programming Language: 8086 Assembly
- Emulator: Emu8086
-
Setup Environment:
To run this application, you need to have the following installed on your system:- Emutaor - Emu8086 (recomended) or similar 8086 emulator
or
- VS Code Extension - MASM/TASM
-
Clone the Repository:
git clone https://github.com/taher-dev/8086-Assembly-Employee-Management-System.git
or
download or copy the code from ems.asm file in the repository. -
Run Program:
Run the ems.asm program.