From 9bac34326786e7fca405a40c746b89fb6bb2a5f5 Mon Sep 17 00:00:00 2001 From: Joaquin Carletti Date: Tue, 20 Jan 2026 12:31:22 -0300 Subject: [PATCH] fix CPU-CA41 typo --- spec/src/cpu.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/cpu.toml b/spec/src/cpu.toml index 52154751e..63ed2005f 100644 --- a/spec/src/cpu.toml +++ b/spec/src/cpu.toml @@ -538,7 +538,7 @@ multiplicity = "SHIFT" kind = "template" tag = "ADD" input = ["pc", ["cast", ["+", ["*", 2, "c_type_instruction"], ["*", 4, ["not", "c_type_instruction"]]], "DWordWL"]] -output = ["cast", "DWordWL", "res"] +output = ["cast", "res", "DWordWL"] cond = "JALR" # TODO: no types available, so no casting yet