GitHunt
BH

BhakeSart/Password-Validity-Checking-System

This is a password validity checking system designed with assembly language used to program the 8086 Microcontroller . The project was executed using tools like DosBox and TASM.

Password-Validity-Checking-System

Problem Statement:

To write a program in 8086 Assembly Language that checks an input string against a password string stored in memory and outputs a message based on whether the password is matched or not.

Tools used:

  1. DOSBox : DOSBox is a free and open-source emulator which runs software for MS-DOS compatible disk operating systems—primarily video games. It was first released in 2002.
  2. TASM 1.4 : Turbo Assembler aka tasm is an assembler for software development published by Borland 1989.

Flow of the Project:

Flow of the Project

Languages

Assembly100.0%

Contributors

MIT License
Created May 10, 2022
Updated December 15, 2023
BhakeSart/Password-Validity-Checking-System | GitHunt