aboutsummaryrefslogtreecommitdiff
path: root/octedit/uart.s
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-06-22 17:49:52 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-06-22 17:49:52 -0500
commit0d7ab1ec70914e2945d0f2530f0999ecea8828fd (patch)
tree97217460aa902eed3bd99fee1bfdc6923cffdf85 /octedit/uart.s
parentc12b1b99f2e3ab731c483bc93fa21b4763624fac (diff)
Improve octedit usability
New features: - Displays current address - Press 'B' to go back
Diffstat (limited to 'octedit/uart.s')
-rw-r--r--octedit/uart.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/octedit/uart.s b/octedit/uart.s
index e79cbdc..0ab1d20 100644
--- a/octedit/uart.s
+++ b/octedit/uart.s
@@ -3,8 +3,8 @@
.thumb
.equ UART0_BASE, 0x40034000
-.equ UARTDR_OFST, 0x00
-.equ UARTFR_OFST, 0x18
+.equ UARTDR_OFST, 0x00
+.equ UARTFR_OFST, 0x18
.type uart_send, %function
.global uart_send