CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - esi

搜索资源列表

  1. 7-3

    0下载:
  2. 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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:942byte
    • 提供者:张钊
  1. hex2str

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:3.37kb
    • 提供者:coder
搜珍网 www.dssz.com