diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-08 09:31:14 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-08 09:34:52 +0200 |
| commit | 6ee6c7512bdbc836642dfdd607854faced55dfc3 (patch) | |
| tree | 3b8ca9c553e812ab9c9ddc8a94d80db9374bd3da /src/bullets.s | |
| parent | da6f2c70174219f61d0498bdd4325b7a8842a1fa (diff) | |
| download | jetpac.nes-6ee6c7512bdbc836642dfdd607854faced55dfc3.tar.gz jetpac.nes-6ee6c7512bdbc836642dfdd607854faced55dfc3.zip | |
Remove unused labels
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à <mssola@mssola.com>
Diffstat (limited to 'src/bullets.s')
| -rw-r--r-- | src/bullets.s | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
