diff options
| author | taitep <taitep@taitep.se> | 2025-12-01 22:06:13 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-01 22:06:13 +0100 |
| commit | e2d521bbe73708da64662478155630d634e00932 (patch) | |
| tree | 921441897bc4c4376b1fa269853c0fe183dda5d8 /src/instructions | |
| parent | 6b49b34cc5218d1cedb5aaec6614e5de68ed4889 (diff) | |
Add license/copyright notices to top of each source file (where applicable)
Diffstat (limited to 'src/instructions')
| -rw-r--r-- | src/instructions/gen_tools.rs | 6 | ||||
| -rw-r--r-- | src/instructions/rvi.rs | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/instructions/gen_tools.rs b/src/instructions/gen_tools.rs index ad9ad62..a3d45bc 100644 --- a/src/instructions/gen_tools.rs +++ b/src/instructions/gen_tools.rs @@ -1,3 +1,9 @@ +// Copyright (c) 2025 taitep +// SPDX-License-Identifier: MIT +// +// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// See LICENSE file in the project root for full license text. + use std::hint::unreachable_unchecked; use crate::instructions::{OpcodeHandler, Splitter}; diff --git a/src/instructions/rvi.rs b/src/instructions/rvi.rs index 365b133..5597de4 100644 --- a/src/instructions/rvi.rs +++ b/src/instructions/rvi.rs @@ -1,3 +1,9 @@ +// Copyright (c) 2025 taitep +// SPDX-License-Identifier: MIT +// +// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// See LICENSE file in the project root for full license text. + use crate::{ consts::{Addr, DWord}, core::{Core, InstructionResult}, |
