aboutsummaryrefslogtreecommitdiff
path: root/hexedit/hexedit.s
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-06-04 19:11:20 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-06-04 19:11:20 -0500
commitb38a844ed9f6ad17d58db3e143ebc0c858762ec6 (patch)
tree89d87405750455c7f00785647370a6a87d8b0f53 /hexedit/hexedit.s
parent86b72b11d6abcc602a93aa480f27644cc0b34373 (diff)
Add checksum to boot sector
Diffstat (limited to 'hexedit/hexedit.s')
-rw-r--r--hexedit/hexedit.s1
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