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/crc.s | |
parent | c12b1b99f2e3ab731c483bc93fa21b4763624fac (diff) |
Improve octedit usability
New features:
- Displays current address
- Press 'B' to go back
Diffstat (limited to 'octedit/crc.s')
-rw-r--r-- | octedit/crc.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/octedit/crc.s b/octedit/crc.s new file mode 100644 index 0000000..8019c6d --- /dev/null +++ b/octedit/crc.s @@ -0,0 +1,6 @@ +.syntax unified +.cpu cortex-m0plus +.thumb + +.section .stage_2_crc +.word 0x00000000 |