Skip to content

Commit

Permalink
Update config.asm
Browse files Browse the repository at this point in the history
fix trailing space
  • Loading branch information
flagrama authored Sep 2, 2024
1 parent 72407b7 commit 67bf21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASM/src/config.asm
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 67bf21b

Please sign in to comment.