From 0b9a790607a0103c033f71a8f595b61e9d0e05fb Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 17 Apr 2025 20:41:01 +1200 Subject: Update instruction set to match latest specification This is the change that moves and simplifies the jump and shift instructions. --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d1cfff..badf54d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,16 +92,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bedrock-asm" -version = "5.0.0" -source = "git+git://benbridle.com/bedrock-asm?tag=v5.0.0#e99c683d66b5e20a610094cbe0fad75729383dd1" +version = "6.0.0" +source = "git+git://benbridle.com/bedrock-asm?tag=v6.0.0#586a32b641da5e3a9f5ab67e4c3364f6269bafcf" dependencies = [ "assembler", ] [[package]] name = "bedrock-core" -version = "5.1.0" -source = "git+git://benbridle.com/bedrock-core?tag=v5.1.0#341df6405e3097b3c58aa57e1b08a663d34b4e89" +version = "6.0.0" +source = "git+git://benbridle.com/bedrock-core?tag=v6.0.0#6b1842e1b1344e947d9b461665910a781d1a90fb" [[package]] name = "bedrock-pc" diff --git a/Cargo.toml b/Cargo.toml index aa6afe5..47baf34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" description = "Bedrock emulator and assembler" [dependencies] -bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v5.0.0" } -bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v5.1.0" } +bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v6.0.0" } +bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v6.0.0" } phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.2" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } log = { git = "git://benbridle.com/log", tag = "v1.1.2" } -- cgit v1.2.3-70-g09d2