Skip to content

2lchain/6emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small 8086 emulator

It cannot run the following instructions due to skill issues

  • IN
  • OUT
  • LOCK
  • WAIT

Build

cargo build

We can execute the binary directly or serve to use HTML gui

Serve at localhost:8023

cd emu8086
python3 server.py -f target/debug/emu8086

Direct usage

nasm -f  bin -o code.bin my_file.s
emu8086 -f code.bin

About

8086 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published