Skip to content

griush/6502_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502 Emulator

6502 README Banner

GitHub repo size GitHub Repo stars GitHub License GitHub Workflow Status (with event)

6502 emulator made in Rust.

State

Tesed on Windows 10 and Ubuntu 23.10. But should work on any platform, there is no system specific code.

Usage

  • Clone the repo with git clone https://github.com/griush/6502_emulator.git.
  • Run cargo run to start the emulator. You can pass an argument (cargo run <path>) to load a custom binary.