Skip to content

A CHIP-8 emulator build in WASM/Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

nicholasnelson/wasm-chip-8

Repository files navigation

CHIP-8

Hello World

        0xF1, 0x29, // Load address for sprite "1" to I
        0xD0, 0x15, // Draw "1" to v0,v1
        0xF2, 0x29, // Load address for sprite "2" to I
        0x60, 0x06, // Set v0 to 6
        0xD0, 0x15, // Draw "2" to v0,v1
        0xF3, 0x29, // Load address for sprite "3" to I
        0x60, 0x0C, // Set v0 to 12
        0xD0, 0x15, // Draw "1" to v0,v1

About

A CHIP-8 emulator build in WASM/Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published