From 3a4f82ecfa9bc47ee9095901fcb1bee8c2542835 Mon Sep 17 00:00:00 2001 From: Diana Date: Thu, 9 Feb 2023 23:42:53 -0500 Subject: [PATCH] Updating to match naming convention for RISC-V --- r/RISC V.s => a/Assembler RISC-V.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename r/RISC V.s => a/Assembler RISC-V.s (85%) diff --git a/r/RISC V.s b/a/Assembler RISC-V.s similarity index 85% rename from r/RISC V.s rename to a/Assembler RISC-V.s index ba7e5afb..4f22edd9 100644 --- a/r/RISC V.s +++ b/a/Assembler RISC-V.s @@ -7,4 +7,4 @@ main: la a1, hello_world ecall li a0, 10 - ecall \ No newline at end of file + ecall