itmpl:
.string "%d\n\0"
...
xorq %rbx,%rbx
...
nsl: cmpb $0x0a, tmpstr(%rbx)
je 1f
incq %rbx
decl %eax
jnz nsl
1: movb $0,tmpstr(%rbx)
movq $itmpl,%rdi
movq %rbx,%rsi
call printf
fastcall, x86_64. ЧЯДНТ?
itmpl:
.string "%d\n\0"
...
xorq %rbx,%rbx
...
nsl: cmpb $0x0a, tmpstr(%rbx)
je 1f
incq %rbx
decl %eax
jnz nsl
1: movb $0,tmpstr(%rbx)
movq $itmpl,%rdi
movq %rbx,%rsi
call printf
fastcall, x86_64. ЧЯДНТ?