aboutsummaryrefslogtreecommitdiff
path: root/src/isa/opcodes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/isa/opcodes.rs')
-rw-r--r--src/isa/opcodes.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isa/opcodes.rs b/src/isa/opcodes.rs
new file mode 100644
index 0000000..0ea7613
--- /dev/null
+++ b/src/isa/opcodes.rs
@@ -0,0 +1,2 @@
+pub const Branch: u32 = 0x12;
+pub const IntegerImmediate: u32 = 0x13;