diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-06-04 19:11:20 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-06-04 19:11:20 -0500 |
commit | b38a844ed9f6ad17d58db3e143ebc0c858762ec6 (patch) | |
tree | 89d87405750455c7f00785647370a6a87d8b0f53 /hexedit/hexedit.s | |
parent | 86b72b11d6abcc602a93aa480f27644cc0b34373 (diff) |
Add checksum to boot sector
Diffstat (limited to 'hexedit/hexedit.s')
-rw-r--r-- | hexedit/hexedit.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hexedit/hexedit.s b/hexedit/hexedit.s index 26bc84b..0800a3a 100644 --- a/hexedit/hexedit.s +++ b/hexedit/hexedit.s @@ -24,7 +24,6 @@ hexedit: adds r4, r0 b 20b 30: - movs r0, '\r bl uart_send movs r0, '\n bl uart_send |