Skip to content

0xilovebits/x86-emulator-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

X86 CPU Simulations

This is a simple X86 fundamentals concepts simulation written in C to mimic how the CPU handles it.

I really enjoy writing small emulators for fundamental low-level concepts to understand.

๐Ÿ“‚ Project Structure

  • stack.c โ€“ Contains the stack implementation and a basic test to demonstrate usage.
  • register.c โ€“ Contains the register implementation and a basic test to demonstrate usage.

๐Ÿ› ๏ธ Build & Run

gcc -o <filename> <filename>.c
./<filename>

About

X86 Emulators Written in C

Resources

License

Stars

Watchers

Forks

Languages