Skip to content

sullivant/eightyeighty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

298 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eightyeighty

An Intel 8080 Emulator, written in Rust.

Making a ROM file from hex:

xxd -r -p ./test.hex test.rom

Making a ROM file from asm:

asm80 resources/roms/8080.asm -o resources/roms/8080.rom

Making a BIN(ROM) file from asm8080:

asm8080 resources/roms/8080.asm -oresources/roms/8080 See: https://github.com/begoon/asm8080

About

An Intel 8080 Emulator, written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors