prmehta24 / Assembly-8086-Practicals

Assembly(8086) Practicals at Interfacing with Microprocessors Labs at Nirma University 2019-20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly-8086-Practicals

Assembly(8086) Practicals at CE701 Interfacing with Microprocessors(IWM) Labs at Nirma University 2019-20

  • All codes created by Parimal Mehta
  • I have coded programs to:
    1. To perform operations like addition, subtraction, or, and, not
    2. Perform binary arithmetic operations on two 32 bit numbers.
    3. Find maximum value in array.
    4. To perform insertion sort on an array.
      • a) String related interrupt handling: input, display string.
      • b) Find the number of 1’s of given 8 bit number determine its parity and display the result.
  • I tested these programs using emu8086 and tasm.

About

Assembly(8086) Practicals at Interfacing with Microprocessors Labs at Nirma University 2019-20


Languages

Language:Assembly 100.0%