Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JarryShaw/8086

Homework Codes in 8086 (Assembly Language) | HW from COA
https://github.com/JarryShaw/8086

8086 assembly-language keyboard-interuppt quicksort

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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