From 2e1dfe4b2943fa4339081b8bb1ce03ed9470169d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 15 Aug 2023 11:19:56 +0200 Subject: unify stuffs --- include/io.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/io.s') diff --git a/include/io.s b/include/io.s index 7e78c1b..205f144 100644 --- a/include/io.s +++ b/include/io.s @@ -15,14 +15,14 @@ _io_s_file: mov %rsp, %r15 sub $1, %r15 movb $0x0a, (%r15) - print_fini_next: + print_fini_loop: mov %al, %bl and $1, %bl add $0x30, %bl sub $1, %r15 movb %bl, (%r15) shr $1, %rax - jnz print_fini_next + jnz print_fini_loop mov $0, %rdi #stdin mov %rsp, %rdx -- cgit v1.2.3