This repository contains solutions to the practice exercises for 8086 assembly from IHU's "Computer Organization & Architecture" course's lab segment.
The course uses emu8086 for emulation and coding.
emu8086's help pages contain a complete walkthrough and reference of its supported features, and the 8086 assembly language, including:
- A complete reference of 8086 instructions
- A complete reference of BIOS and DOS interrupt codes
- A comprehensive tutorial of the 8086 assembly language