summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-10-05 01:38:15 +1300
committerSophie Forrest <git@sophieforrest.com>2024-10-05 01:38:15 +1300
commitc4fbf6746a067eb1db7a836a52024539dde26af1 (patch)
tree948c5812ebf6c4272c6cc0bc22f960d55775bd4c /Cargo.toml
parent48ac2fa41c8da78cc4c26a5175476b972f1663da (diff)
feat: implement JSR instruction HEAD main
I decided to pull in byteorder to ease up some of the work here.
Additionally, the test program has been modified, and I've added a todo
for the LDR Absolute instruction.
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8724300..29d8ab1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
 
 [dependencies]
 bitflags = "2.6.0"
+byteorder = "1.5.0"
 tracing = "0.1.40"
 tracing-subscriber = "0.3.18"