diff --git a/counter.S b/counter.S index 2fe7e36..2ef12b3 100644 --- a/counter.S +++ b/counter.S @@ -8,7 +8,7 @@ .text .align 2 -.globl _start addi t0, t0, 1 # Increment pointer to the next character in sentence +.globl _start _start: