A first foray into the 6502 disassembler world Referencing the following guide all about emulators Prerequisites to running this package: Make sure that you have rust and cargo setup on your machine If not, you can do that following this guide for Rust To build and run the package do the following: cargo build && cargo run