Meet the requirements of align
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user