From 975ad1896af521d9e321e4da6552f2d1f05ff05f Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Fri, 5 Apr 2024 19:53:44 +0200 Subject: [PATCH] Newlines --- end.s | 3 ++- main.s | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/end.s b/end.s index 07b6e36..96673e8 100644 --- a/end.s +++ b/end.s @@ -16,4 +16,5 @@ end: addi a0, x0, 0x0A sb a0, (a1) # '\n' - ret \ No newline at end of file + ret + diff --git a/main.s b/main.s index cbdd0b4..0483446 100644 --- a/main.s +++ b/main.s @@ -66,4 +66,5 @@ hello2: ecall # To avoid the program from exiting -loop: j loop \ No newline at end of file +loop: j loop +