Skip to content

d0iasm/x86emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86emu

x86 emulator in Rust. This is a porting from the implementation written by C in "自作エミュレータで学ぶx86アーキテクチャ". You can see the original code in the support page.

It can now execute a binary file to calculate fibonacci numbers. There is a binary file for calculating a fibonacci number 10 (=55) in the test directory. The progress corresponds to tolset_p86/emu3.10 which is the part of the original source code.

Usage

$ cargo run test/mov_r32_imm32

References

About

x86 emulator in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published