diff --git a/1/homework/exp1/exp1_1.asm b/1/homework/exp1/exp1_1.asm index 4073168..cf589eb 100644 --- a/1/homework/exp1/exp1_1.asm +++ b/1/homework/exp1/exp1_1.asm @@ -1,9 +1,10 @@ .data file_buff: .space 8 # A space of 2 bytes +.align 3 input_file_name: .asciiz "a.in" -.align 2 +.align 3 output_file_name: .asciiz "a.out" -.align 2 +.align 3 .text la $a0, input_file_name