diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-06-22 17:49:52 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-06-22 17:49:52 -0500 |
commit | 0d7ab1ec70914e2945d0f2530f0999ecea8828fd (patch) | |
tree | 97217460aa902eed3bd99fee1bfdc6923cffdf85 /octedit/main.s | |
parent | c12b1b99f2e3ab731c483bc93fa21b4763624fac (diff) |
Improve octedit usability
New features:
- Displays current address
- Press 'B' to go back
Diffstat (limited to 'octedit/main.s')
-rw-r--r-- | octedit/main.s | 18 |
1 files changed, 0 insertions, 18 deletions
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 |