From c4fbf6746a067eb1db7a836a52024539dde26af1 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Sat, 5 Oct 2024 01:38:15 +1300 Subject: feat: implement JSR instruction 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit 1.4.1