From af7a9b22bd010d37685169889b4d3fba5b48b844 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 30 Apr 2026 13:17:52 +0200 Subject: Rename "raw address" to "label" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is much clearer to the programmer. Signed-off-by: Miquel Sabaté Solà --- crates/nasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/nasm/README.md b/crates/nasm/README.md index 355b28b..9a44eaa 100644 --- a/crates/nasm/README.md +++ b/crates/nasm/README.md @@ -261,7 +261,7 @@ foo: Then you will get: ``` -warning: raw address 'foo' is unused (unused.s) +warning: label 'foo' is unused (unused.s) ``` In the case for subroutines defined via `.proc`, this warning will actually be -- cgit v1.2.3