From 261c210c9c4c1e55103a7af31dfcc539c0e0e5cc Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Fri, 19 Jan 2024 16:41:29 -0600 Subject: Add subroutine for printing hexadecimal word --- main.s | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 main.s (limited to 'main.s') diff --git a/main.s b/main.s deleted file mode 100644 index 5e294d4..0000000 --- a/main.s +++ /dev/null @@ -1,16 +0,0 @@ -.syntax unified -.cpu cortex-m0plus -.thumb - -.type main, %function -.global main - -main: - bl start_xosc - bl setup_clocks - bl setup_gpio - bl setup_uart -1: - bl uart_recv - bl uart_send - b 1b -- cgit v1.2.3