hex2str: cmp -> test

This commit is contained in:
2025-07-09 11:44:22 +02:00
parent 12827bb1a1
commit 3eb71845a7

View File

@@ -130,8 +130,8 @@ hex2str:
div r8 div r8
cmp rdx, 10 cmp rdx, 10
jb .num jb .num
cmp r9, 0 test r9, r9
je .lower jz .lower
;.upper: ;.upper:
add rdx, 55 add rdx, 55
jmp .push jmp .push