summaryrefslogtreecommitdiff
path: root/src/instructions/rvi
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-23 19:22:11 +0100
committertaitep <taitep@taitep.se>2025-12-23 19:22:11 +0100
commit36faa1e39c8675a84d7b7762d17e14640e991907 (patch)
tree0c52afd39cbf2273e34b39ec46e5b78e2e312c2d /src/instructions/rvi
parent43bae12ea00dd6d3bb48967aa97aa25ebcd96793 (diff)
Add license headers to files missing them
Diffstat (limited to 'src/instructions/rvi')
-rw-r--r--src/instructions/rvi/mem.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/instructions/rvi/mem.rs b/src/instructions/rvi/mem.rs
index 47eb01d..c948519 100644
--- a/src/instructions/rvi/mem.rs
+++ b/src/instructions/rvi/mem.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, Byte, DWord, HWord, Word},
core::Core,