Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 433 Bytes

Homework Codes in 8086 (Assembly Language)

Capable with emu8086 and IBM-PC Emulator.

Functional description can be found in the corresponding folders.

  • Quick Sort - Introduction to 8086

    Quick sort fifty (50) 16-bit signed integers XXXXH in place and in ascending order.

  • Keyboard Interrupt - Microcomputer Interface

    Overwrites INT 09H (Keyboard Interrupt) and INT 08H (Timer Interrupt).