From 8d506c660ca094954de8173bae010f65d3d91374 Mon Sep 17 00:00:00 2001 From: Erik Takke Date: Wed, 4 Feb 2026 15:07:29 +0100 Subject: [PATCH] spec: LOAD: fix LOAD-C9 signature --- spec/src/load.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/load.toml b/spec/src/load.toml index fcbd2b87f..f8a974c9a 100644 --- a/spec/src/load.toml +++ b/spec/src/load.toml @@ -155,6 +155,6 @@ name = "output" [[constraints.output]] kind = "interaction" tag = "LOAD" -input = ["base_address", "timestamp", "read2", "read4", "read8"] +input = ["base_address", "timestamp", "read2", "read4", "read8", "signed"] output = ["cast", "res", "DWordWL"] multiplicity = ["-", "μ"]