Skip to content

This project is a simple Employee Management application built using 8086 Assembly Language.

Notifications You must be signed in to change notification settings

taher-dev/8086-Assembly-Employee-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

⌨️ 8086 Assembly Program:
Employee Management System

This project is a simple Employee Management application built using 8086 Assembly Language.

📷 Preview

✨ Features

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

💻 Technologies Used

  • Programming Language: 8086 Assembly
  • Emulator: Emu8086

🛠️ Setup Instructions

  1. 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
  2. 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.

  3. Run Program:
    Run the ems.asm program.

About

This project is a simple Employee Management application built using 8086 Assembly Language.

Topics

Resources

Stars

Watchers

Forks