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/main.s | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 octedit/main.s (limited to 'octedit/main.s') diff --git a/octedit/main.s b/octedit/main.s deleted file mode 100644 index 6c471ec..0000000 --- a/octedit/main.s +++ /dev/null @@ -1,18 +0,0 @@ -.syntax unified -.cpu cortex-m0plus -.thumb - -.section .entry, "ax" - -.type main, %function -.global main - -main: - bl start_xosc - bl setup_clocks - bl setup_gpio - bl setup_uart - b octedit - -.section .stage_2_crc -.word 0x00000000 -- cgit v1.2.3