From ad66da08404c162e8c50112c192e719accf1a187 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Thu, 28 Nov 2024 11:16:58 -0600 Subject: [PATCH] style: moved comments to the side --- code/boot/src/hardware.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/boot/src/hardware.inc b/code/boot/src/hardware.inc index 8db2894..8aa186e 100644 --- a/code/boot/src/hardware.inc +++ b/code/boot/src/hardware.inc @@ -8,8 +8,7 @@ ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; UART Registers: -UART_BASE EQU $7F00 +UART_BASE EQU $7F00 ; UART Base Address ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;