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/irq.s | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'space/src/vectors/irq.s') diff --git a/space/src/vectors/irq.s b/space/src/vectors/irq.s index 2be3a94..ed8cf47 100644 --- a/space/src/vectors/irq.s +++ b/space/src/vectors/irq.s @@ -1,6 +1,5 @@ -.segment "CODE" - ;; Interrupt Requests handler. -irq: +.proc irq ;; Nothing to do for us here :) rti +.endproc -- cgit v1.2.3