diff options
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 |