diff options
Diffstat (limited to 'src/decode.rs')
| -rw-r--r-- | src/decode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.rs b/src/decode.rs index 0da4513..409aedb 100644 --- a/src/decode.rs +++ b/src/decode.rs @@ -2,6 +2,7 @@ use crate::consts::{DWord, RegId, Word}; const MASK_REGISTER: Word = 0x1f; +#[derive(Debug, Clone, Copy)] pub struct Instruction(pub Word); impl Instruction { |
