搜索资源列表
7-3
- data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,l
hex2str
- this an hext2tsring algortym _hex_to_string proc mov ecx, 8 _loop1: movzx eax, byte ptr [esi] mov ebx,eax and eax,15 cmp eax, 9 jg _jg1 add eax,30h jmp _jmp1 _jg1: add eax,37h _jmp1: shr ebx,4 cmp ebx, 9 jg _jg2 add