From 1a74e6a1856673072a61abd0861759901bc2d939 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 10 Mar 2025 22:52:15 +0100 Subject: Bring code style to better standards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Be more careful on everything and try to follow along style.nes from my repository. This might change in the future, but it's in a much better state now. Signed-off-by: Miquel Sabaté Solà --- space/src/vectors/nmi.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'space/src/vectors/nmi.s') diff --git a/space/src/vectors/nmi.s b/space/src/vectors/nmi.s index e049239..4fe95bd 100644 --- a/space/src/vectors/nmi.s +++ b/space/src/vectors/nmi.s @@ -1,5 +1,5 @@ ;; See `basics/sprite.s` for more info. I'm not doing anything fancier here. -nmi: +.proc nmi bit $20 bpl @next @@ -30,3 +30,4 @@ nmi: pla @next: rti +.endproc -- cgit v1.2.3