Skip to content
/ vm86 Public

Emulate old DOS .com files in the terminal. It is a simple proof of concept, not a complete emulator.

License

Notifications You must be signed in to change notification settings

crgimenes/vm86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r86

Emulate old DOS .com files in the console. It is a simple proof of concept, not a complete emulator.

nasm -f bin test.asm -o test.com
go run main.go test.com
hello world
echo $?
go run main.go -a teste.com

About

Emulate old DOS .com files in the terminal. It is a simple proof of concept, not a complete emulator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published