Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 459 Bytes

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