From 0d7ab1ec70914e2945d0f2530f0999ecea8828fd Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Sat, 22 Jun 2024 17:49:52 -0500 Subject: Improve octedit usability New features: - Displays current address - Press 'B' to go back --- octedit/uart.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'octedit/uart.s') 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 -- cgit v1.2.3