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

搜索资源列表

  1. 孙媳妇

    0下载:
  2. 首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3695
    • 提供者:孙媳妇
  1. dos功能在汇编语言中的调用例子

    0下载:
  2. 本程序是汇编语言的一些基本功能的组合,例如:进制间的转换和dos功能的一些基本调用在汇编中的应用等-this program is a compilation of some of the basic language function of composition, for example : band switching between dos and some of the basic functions of call in the compilation of applications
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:551263
    • 提供者:帅哥
  1. 8254and8259huibian

    0下载:
  2. 本程序是一个8254,8259的中断调用程序组,可以实现时钟的调用,中断时可以进行外部的处理.-the 8254,8259 procedure is a procedure called the interruption group, can achieve clock call, failure can be external treatment.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8619
    • 提供者:王俊
  1. erterryrtyeryt

    0下载:
  2. 程序要求实现学生成绩的添加,查找,修改,删除以及统计和打印等相关功能. 利用汇编语言的编程思想是实现一个小巧的学生成绩管理系统,其中包括宏程序的引用,子程序调用/嵌套,算术指令,数据传送指令和DOS调用指令等的使用.-procedures call for the addition of student achievement, identify, modify, remove and Print statistics and other related functions. the use
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2709
    • 提供者:肖肖
  1. DOStime

    0下载:
  2. 程序中利用改中断的方法,修改了INT1C和INT1B的中断地址入口。从而实现显示时间各退出程序的功能。在程序中还调用了旧的INT1C,使该程序不会影响其它程序的运行。-procedures for the use of the interruption change, and revised the INT1C INT1B address the interruption entrance. Show time so as to achieve the exit function. The pr
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1180
    • 提供者:天天
  1. v3220000807

    0下载:
  2. Virtual Win32 API For BSD UNIX, 可在UNIX下直接编译呼叫标准Win32 API之C/C++原始码, 单一原始码可跨平台, 可在Windows下使用Visual C++对于目标UNIX的程序除错 , 确定没问题后可直接移植至UNIX完全不用修改-Virtual Win32 API For BSD UNIX, in the UNIX compiler directly call Win32 API's standard C / C source code.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3277
    • 提供者:陈志文
  1. Hallo

    0下载:
  2. 简单的调用和输出,在学校学习的入门例子之一。-simple call and output, in the elementary school one example.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3815
    • 提供者:无名
  1. asmtextedit

    0下载:
  2. 用汇编语言写的简易文本编辑器,涉及到很多系统中断的调用,很有参考价值的哦.-using assembly language to write simple text editor, involving many of the interrupted call, great reference value oh.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3801
    • 提供者:徐永刚
  1. 51XXMP3

    0下载:
  2. 曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0} 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音符 十位是表示音符所在的音区:1-低音,2-中音,3-高音 百位表示这个音符是否要升半音: 0-不升,1-升半音。 音长最多由三位数字组成: 个位表示音符的时值,其对应关系是: |数值(n): |0 |1 |2 |3 | 4 | 5 | 6 |几分音符: |1 |2 |4
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3746
    • 提供者:王建军
  1. Natas_4744-sc

    0下载:
  2. Natas 病毒,长度 4744 字节,有的地方有把它称为 4744 病毒,由于病毒是用了变型技术,本身的形态几乎有无穷多种,使杀毒软件总漏掉一两个,不知什么时候又冒了出来,所以又称它为‘幽灵王’。-Natas virus, the length of 4,744 bytes, in some places it is called the 4744 virus, because the virus is a variant technology, the form itself almost
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:29972
    • 提供者:jiankang
  1. diamazhuanhuan

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。-This a lett
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4893
    • 提供者:李浪
  1. buhao7-1

    0下载:
  2. .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:982
    • 提供者:张钊
  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
    • 文件大小:942
    • 提供者:张钊
  1. C51-Asm

    0下载:
  2. 汇编语言与C51的相互调用简介,能给以一定的提示!-C51 compilation of language and call each other profiles, to give some hints!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1224
    • 提供者:tt
  1. Tencent

    0下载:
  2. VBS 运行 调用 腾讯验证码 通过maxthon 可 实现自动调用 -VBS operation called Tencent authentication code can be realized through maxthon Automatic Call
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2828
    • 提供者:s350322
  1. daimazhuanhuan2

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。-This a lett
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4442
    • 提供者:richard
  1. RSECTOR

    0下载:
  2. 用C调用汇编子程序读扇区数据并建立存储文件,将扇区数据用十六进制显示在屏幕上-C compilation subroutine call Sector Reading and the establishment of data stored documents, Sector Data will use hexadecimal display on the screen
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:15328
    • 提供者:tanghao
  1. DOC-system-function-call

    0下载:
  2. DOC系统功能调用(INT 21H),各系统调用的符号和含义以及BIOS中断调用的各参数符号及含义。-DOC system function call (INT 21H), the system calls the symbols and meanings and BIOS interrupt calls of the symbols and meaning of each parameter.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:21351
    • 提供者:wangze
  1. 找CALL的源頭 HOOK的點

    0下载:
  2. 找CALL的源頭 HOOK的點 假如是CALL PTR 形式的點就必須用4byte搜尋
  3. 所属分类:汇编语言

    • 发布日期:2013-08-27
    • 文件大小:448
    • 提供者:2220549909
  1. call-exe-program-up-and-running

    0下载:
  2. call exe program up and running
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1644572
    • 提供者:
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com