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 +