/8086

8086 Simulator for the Performance Aware Programming course on https://www.computerenhance.com/

Primary LanguageZig

8086 Decoder/Simulator

This is a decoder/simulator for 8086 binaries. It was created as part of the Performance Aware Programming course at https://www.computerenhance.com/.

Currently WIP.

Build

zig build

Last confirmed working zig version was 0.11.0-dev.2461+fde05b10b.

Test

zig build test

Run

zig build run -- ./asm/<binary file>