diff --git a/2025101064/q1/q1.s b/2025101064/q1/q1.s index 24879fd..e8d3d54 100644 --- a/2025101064/q1/q1.s +++ b/2025101064/q1/q1.s @@ -1,5 +1,5 @@ .section .data -fmt_n: .asciz "%d" +fmt_n: .asciz "%ld" fmt_o: .asciz "%d\n" fmt: .asciz "%d %d\n" num1: .dword 0 @@ -60,4 +60,4 @@ done: call printf ld ra, 8(sp) addi sp,sp,16 - ret \ No newline at end of file + ret