Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8086 CPU Emulator (Rust)

A partial implementation of the Intel 8086 CPU, written in Rust.

This project is based on the Performance Aware Programming series by Casey Muratori. It decodes and executes 8086 binary streams, simulating register operations, memory access, and flag updates.

Features

  • Instruction Set: Currently supports decoding and execution for:
    • MOV
    • ADD, SUB, CMP
    • Conditional Jumps (JE, JNE, JS, JNS, JP, JNP)
  • Flags: Simulates ZF (Zero), SF (Sign), and PF (Parity).
  • Memory: Simulates basic memory access and register-to-memory operations.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages