hex2str: cmp -> test
This commit is contained in:
@@ -130,8 +130,8 @@ hex2str:
|
||||
div r8
|
||||
cmp rdx, 10
|
||||
jb .num
|
||||
cmp r9, 0
|
||||
je .lower
|
||||
test r9, r9
|
||||
jz .lower
|
||||
;.upper:
|
||||
add rdx, 55
|
||||
jmp .push
|
||||
|
Reference in New Issue
Block a user