ZubinGou / 8086-emulator
An Intel 8086 CPU emulator in Python with GUI.
☆125Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for 8086-emulator
- Write a tiny interpreter by C language in 500+ lines☆129Updated 2 years ago
- 《30天自制操作系统》NASM+GCC+QEMU实现☆70Updated 3 months ago
- A super tiny RISC-V emulator that is able to run xv6.☆71Updated 2 years ago
- 本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。☆332Updated last year
- A simple and fast RISC-V JIT emulator.☆119Updated 3 months ago
- Linux 源码分析☆56Updated 3 years ago
- Intel 80386 Reference Programmer's Manual☆64Updated 2 months ago
- The Gee (寂) Operating System, written in YuLang.☆34Updated 3 years ago
- 8086 emulator written in Ruby and JavaScript☆30Updated 3 years ago
- 入门RISC-V的手册☆57Updated 3 months ago
- xv6 OS☆25Updated 2 years ago
- Build your own Riscv Emulator in Rust.☆105Updated 2 years ago
- llvm-based c compiler☆93Updated last year
- ☆83Updated last week
- 一步步实现简易红白机模拟器运行超级玛丽,以https://github.com/amhndu/SimpleNES 为模板