Skip to content

Commit dde372a

Browse files
authored
Update 14.file_write.asm
1 parent 89bf021 commit dde372a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14.file_write.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.data
2-
fileName: .asciiz "D:/HTMT/ASM/Thuyet_trinh/Output.txt"
2+
fileName: .asciiz "Output.txt"
33
text: .ascii "hello guy"
44
.text
55
.globl main
@@ -24,4 +24,4 @@ main:
2424
move $a0, $s0
2525
syscall
2626

27-
27+

0 commit comments

Comments
 (0)