From 0aefffacb5cb08202f7ba53b6e3b9a7303b1d66e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Jan 2025 13:57:45 +0100 Subject: Use custom configurations everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moreover, I have introduced a linker configuration for MMC1 as well, so to properly implement the `basics/persist.s` example. Signed-off-by: Miquel Sabaté Solà --- basics/input.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basics/input.s') diff --git a/basics/input.s b/basics/input.s index 6918487..b773fd7 100644 --- a/basics/input.s +++ b/basics/input.s @@ -32,8 +32,6 @@ .addr reset .addr irq -.segment "STARTUP" - .segment "CODE" nmi: @@ -173,3 +171,4 @@ pressed: .endproc .segment "CHARS" +.byte $00 -- cgit v1.2.3