Skip to content

Commit 318bbce

Browse files
committed
changed name in logs
1 parent 78228a0 commit 318bbce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HelloWorld/HelloWorld.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; hello.asm
1+
; HelloWorld.asm
22
; x86 architecture
33
; Intel specification
44

InputNumber/InputNumber.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; hello.asm
1+
; InputNumber.asm
22
; x86 architecture
33
; Intel specification
44
section .data

ShowStars/ShowStars.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; hello.asm
1+
; ShowStars.asm
22
; x86 architecture
33
; Intel specification
44
section .data

0 commit comments

Comments
 (0)