This is a Rust implementation of the Chip-8 virtual machine, a simple 8-bit computer designed in the 1970s for creating simple video games and educational programs.
To run the tests, execute the following command:
cargo test
This will run all of the tests in the project, including unit tests and integration tests.