Amey-Thakur / 8086-ASSEMBLY-LANGUAGE-PROGRAMS

Assembly Language Programming on 8086

Home Page:https://github.com/Amey-Thakur/MICROPROCESSOR-AND-MICROPROCESSOR-LAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8086-ASSEMBLY-LANGUAGE-PROGRAMS

πŸ‘πŸ» Assembly Language Programming on 8086


Arithmetic

Conversion

Expression

External Add-on Devices

Note: All the given programs must be emulated using emu8086 only.

Introduction

Procedures

Searching

Simulation

  • Emulate a fire monitoring system on emu8086 for the following specifications: SOURCE CODE

    • Define the threshold for the temperature of two rooms
    • Generate the temperature value in 8b resolution
    • Switch on the alarm and display an alarm message when the threshold of either of the room is reached
    • Remove the alarm and bring the temperature below the threshold
  • Design and Emulate a smart automation system for a garment manufacturing unit with the following requirements: SOURCE CODE

    • To detect all possible defects
    • To remove the defective pieces
    • To provide comprehensive inventory report
  • Emulate water level controller on emu8086 for the following Specifications: SOURCE CODE

    • No. of water levels in the overhead tank is 8
    • Display the current level of water with a buzzer
    • Switch on the motor if the water level is 1
    • Switch off the motor if the water level is 8
    • Switch on the buzzer on water overflow

Sorting


πŸ‘‰πŸ» Created to Learn Assembly Language Programming on 8086 πŸ‘ˆπŸ»

✌🏻 Back To Repository ✌🏻