From b93267c56565582b9a85e7a1255568e16abcafd2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 28 Aug 2025 08:39:08 +0200 Subject: nasm: Error out when using WRAM when not available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces the ability to inspect the temptative header before producing the actual output, and with that it checks whether the Working RAM is being advertised or not. If it is not being advertised but the assembler detected memory accesses to that region, then we are in trouble and we should error out. Signed-off-by: Miquel Sabaté Solà --- crates/nasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/nasm/Cargo.toml') diff --git a/crates/nasm/Cargo.toml b/crates/nasm/Cargo.toml index f0f11db..f1294f7 100644 --- a/crates/nasm/Cargo.toml +++ b/crates/nasm/Cargo.toml @@ -6,3 +6,4 @@ authors = ["Miquel Sabaté Solà "] [dependencies] xixanta.workspace = true +header.workspace = true -- cgit v1.2.3