From 67bf21bb89e21b07124337317897cb3d86dcbbf5 Mon Sep 17 00:00:00 2001 From: Vincent Cunningham Date: Mon, 2 Sep 2024 09:18:45 -0400 Subject: [PATCH] Update config.asm fix trailing space --- ASM/src/config.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASM/src/config.asm b/ASM/src/config.asm index add9a6428..f6100fc42 100644 --- a/ASM/src/config.asm +++ b/ASM/src/config.asm @@ -1,7 +1,7 @@ ;================================================================================================== ; Settings and tables which the front-end may write ;================================================================================================== -; These values must be properly aligned to prevent an Address Error Exception on access. You can +; These values must be properly aligned to prevent an Address Error Exception on access. You can ; see what address a symbol was given after building in the build/asm_symbols.txt file. ; Byte values do not need to be aligned. ; Halfword values must be on an even byte boundary. ".align 2" can fix this value type's alignment.