verdog / 8086

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

Home Page:https://www.computerenhance.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

https://www.computerenhance.com/


Languages

Language:Zig 77.4%Language:Assembly 22.3%Language:Shell 0.3%