LICENSE: Add MIT Licence
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// (c) 2023 John A. Breaux
|
||||
// This code is licensed under MIT license (see LICENSE.txt for details)
|
||||
|
||||
//! A disassembler for Chip-8 opcodes
|
||||
|
||||
use super::{Adr, Nib, Reg};
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// (c) 2023 John A. Breaux
|
||||
// This code is licensed under MIT license (see LICENSE.txt for details)
|
||||
|
||||
//! Represents a chip-8 instruction as a Rust enum
|
||||
|
||||
use super::{Adr, Nib, Reg};
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// (c) 2023 John A. Breaux
|
||||
// This code is licensed under MIT license (see LICENSE.txt for details)
|
||||
|
||||
//! Tests for cpu.rs
|
||||
//!
|
||||
//! These run instructions, and ensure their output is consistent with previous builds
|
||||
|
||||
Reference in New Issue
Block a user