From 33fd9ef6b23c7f3f462df8d1f2fad19d026444e0 Mon Sep 17 00:00:00 2001 From: Konarak Date: Tue, 22 Apr 2025 23:52:40 +0530 Subject: [PATCH] rename files --- 06_IO_Devices/01_UartTX/{hello.asm => motd.asm} | 0 06_IO_Devices/05_GO/{boot.asm => bootloader.asm} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename 06_IO_Devices/01_UartTX/{hello.asm => motd.asm} (100%) rename 06_IO_Devices/05_GO/{boot.asm => bootloader.asm} (100%) diff --git a/06_IO_Devices/01_UartTX/hello.asm b/06_IO_Devices/01_UartTX/motd.asm similarity index 100% rename from 06_IO_Devices/01_UartTX/hello.asm rename to 06_IO_Devices/01_UartTX/motd.asm diff --git a/06_IO_Devices/05_GO/boot.asm b/06_IO_Devices/05_GO/bootloader.asm similarity index 100% rename from 06_IO_Devices/05_GO/boot.asm rename to 06_IO_Devices/05_GO/bootloader.asm