/8086_simulator

Decodes 8086 binary instruction stream and outputs assembly code.

Primary LanguageC

8086 Simulator

Decodes 8086 binary instruction stream and outputs assembly code. The instructions are then simulated using variables/arrays as fake registers/memory. Created to follow along with Performance-Aware Programming - Computer, Enhance!

Description

The program is currently capable of decoding/simulating course challenges 37, 38, 39, 41, 43, 44.

Usage

8086_decode FILENAME