From de75053b3fe683f94efcda21decb5ebc1a8d769c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 14 Apr 2026 11:13:18 +0200 Subject: Clarify the use of '@' in labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5c6ed3..be162bf 100644 --- a/README.md +++ b/README.md @@ -289,11 +289,10 @@ so that it follows somewhat different rules than the ones by its side. ## Use the `@` prefix for named labels which affect the control flow Named labels which are part of the control flow are to use the `@` symbol as a -prefix for their names. This is in accordance to the style used virtually -everwhere, and it clearly denotes which labels are actually part of the control -flow. Thus, labels which reference a piece of data should not be prefixed with -`@`, but labels which are part of the flow of branching/jumping should be -prefixed accordingly. +prefix for their names. This clearly denotes which labels are actually part of +the control flow. Thus, labels which reference a piece of data should not be +prefixed with `@`, but labels which are part of the flow of branching/jumping +should be prefixed accordingly. ``` assembly ;; bad -- cgit v1.2.3