Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 347 Bytes

This directory contains my homework solution to part 1 of Performance-Aware Programming. It consists of a partial 8086 disassembler and simulator.

It requires nasm to run the tests: the disassembled input is reassembled with nasm and compared against the original input.