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

Homework Codes in 8086 (Assembly Language) | HW from COA

Notifications You must be signed in to change notification settings

JarryShaw/8086

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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