From b0373f27a18adab5e9a91b232e5690c38a0bff3d Mon Sep 17 00:00:00 2001 From: unlockable Date: Thu, 2 May 2024 22:26:27 +0800 Subject: [PATCH] Meet the requirements of align --- 1/homework/exp1/exp1_1.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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