style: space
This commit is contained in:
parent
a8360d3b04
commit
b1da208240
1 changed files with 18 additions and 20 deletions
|
@ -21,11 +21,9 @@
|
||||||
lea rsi, [count]
|
lea rsi, [count]
|
||||||
mov rdx, 1
|
mov rdx, 1
|
||||||
call scanf
|
call scanf
|
||||||
|
|
||||||
mov r8, 1
|
mov r8, 1
|
||||||
mov r9, 0
|
mov r9, 0
|
||||||
push bx
|
push bx
|
||||||
|
|
||||||
loop:
|
loop:
|
||||||
mov bl, 0x30
|
mov bl, 0x30
|
||||||
cmp bl, count
|
cmp bl, count
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue