From 6ee6c7512bdbc836642dfdd607854faced55dfc3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 8 Jul 2026 09:31:14 +0200 Subject: Remove unused labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since commit 6a9dea943c07 ("Add a new 'check' stage in assemble()"), nasm is now able to detect unused labels. This was then tried on this repository the cleanup labels which were never used. Signed-off-by: Miquel Sabaté Solà --- src/bullets.s | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bullets.s') diff --git a/src/bullets.s b/src/bullets.s index 9e40546..9b2de81 100644 --- a/src/bullets.s +++ b/src/bullets.s @@ -121,7 +121,6 @@ cmp #$FF beq @initialize_bucket - @next_free_loop: ;; Prepare the `x` register for the next iteration. Notice that if we ;; are over the total size in memory, we have to roll the `x` back to ;; zero. This is possible because the loop starts at -- cgit v1.2.3