Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JarryShaw/8086
- Owner: JarryShaw
- Archived: true
- Created: 2017-05-01T14:47:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T12:44:13.000Z (over 6 years ago)
- Last Synced: 2024-05-22T19:32:06.700Z (6 months ago)
- Topics: 8086, assembly-language, keyboard-interuppt, quicksort
- Language: Assembly
- Homepage:
- Size: 33.2 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-scs - 2017 - 8086
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)*.