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

搜索资源列表

  1. AsmInjection

    0下载:
  2. 此模块可以再VB里面直接写汇编代码,语法和汇编很像,而且还可以直接调用方法注入运行!-This module can be re-written assembly code directly inside the VB syntax and compile like, but you can also call the method directly into the run!
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:3343
    • 提供者:李呈
  1. dazuoye

    0下载:
  2. 实现调用、修改系统时间,实现时间复位、秒表计时等功能。-The call is made the system time, stopwatch etc. Function
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2936
    • 提供者:龙飞
  1. API-dinamic-Call-[MASM]

    0下载:
  2. simple Code use for Calling API dinamic compile with MASM ,useful
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:538
    • 提供者:MUTANT
  1. SQRT

    0下载:
  2. Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square root is to be computed, bra
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:1419
    • 提供者:crispyhan
  1. 6.15_1

    0下载:
  2. 编写一个执行一下计算的子程序:COMPUTE:R<-X+Y-3,其中X,Y以及R均为数字组。假设COMPUTE与其调用的程序在同一段代码,数据段D_SEG中包括含X和Y数组,数据段E_SEG中包含R数组,同时写出主程序调用COMPUTE过程的部分。-Write a subroutine perform calculations about: COMPUTE: R < -X+ Y-3, where X, Y and R are digital group. Assuming COMPUT
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2765
    • 提供者:飞鱼
  1. asm_sum

    0下载:
  2. 编写一个C程序和汇编程序混合编程的综合程序,要求编写完成相同功能(求4个整数的和)的汇编子程序ASM_SUM和C函数int c_sum(int a, int b, int c, int d)。然后在汇编程序中调用C函数,在C程序中调用汇编子程序,并代入参数进行验证-Write a C procedures and compilation of mixed programming comprehensive procedures, prepared to complete the same fun
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:89302
    • 提供者:张子安
  1. 8253

    0下载:
  2. 用汇编实现时钟,次试验不含8253,纯粹是调用系统时间-The clock assembler Tests do not contain 8253, is pure call system time
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2104
    • 提供者:不说
  1. Clock

    0下载:
  2. 调用Bios的时间显示程序能实现“暂停”和“运行”-Call the Bios display program time can achieve the " pause" and" operation"
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1351
    • 提供者:racing
  1. x86_stack_framer

    0下载:
  2. intel architecture 86堆栈平衡的说明,学习汇编的好东西-x86 stack framer using in function call
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:193932
    • 提供者:
  1. use_asm_in_vc6

    0下载:
  2. 主要介绍了如何使用VC6.0编写C语言程序, 并嵌入式地调用汇编代码段.-This paper mainly introduced how to use VC6.0 to write C language program, and the embedded call assembly code segment.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:5704
    • 提供者:enju
  1. jishi

    1下载:
  2. 练习系统功能调用(屏幕清屏、光标坐标、字符字串显示、键盘读取)和过程调用与宏指令。显示年月日,时分秒,并按某键开始计时。-Practice system function call (screen screen clearing, the cursor coordinates, and character string display, keyboard read) and procedure calls and macro instruction. Display date, determin
  3. 所属分类:assembly language

    • 发布日期:2014-12-21
    • 文件大小:2048
    • 提供者:兰馨
  1. example

    0下载:
  2. Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2477
    • 提供者:Yan
  1. 2

    0下载:
  2. 磁盘文件的读写 直接写的 没有调用infile 适合初学-Disk read and write files directly to not call infile suitable for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:722
    • 提供者:yesi
  1. 4

    0下载:
  2. 8255计数/定时器及中断调用,可以实现计数功能,并在每秒鸣响一次-8255 counter/timer and interrupt call
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:863
    • 提供者:丁建策
  1. Assemble

    0下载:
  2. 这是关于基于arm上的AT&T汇编程序, 需要交充叉工具链arm-linux-gcc 去编译,如果编译通不过,请更换版本。-this is a arm embedded paltform assemble for A&T . the programme is example for hello world by call system funtion printf printfs "hello world ". if you have any question please call m
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:725
    • 提供者:best
  1. diaoyong

    0下载:
  2. 调用两个函数计算公约数,主要介绍调用函数格式,顺便计算公约数。-Call two functions to calculate the divisor, and introduces the calling function format, the way to calculate the divisor.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:7411
    • 提供者:chenyan
  1. 8-1

    0下载:
  2. 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序. -Write subroutine nesting structure of the program, and integer, respectiv
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:794
    • 提供者:陈浩东
  1. 8-1

    0下载:
  2. 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序 -Write subroutine nesting structure of the program, and integer, respective
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:844
    • 提供者:谢轩
  1. threeasmprogrem

    0下载:
  2. 3个汇编小程序,供初学者借鉴 子程序调用 多模块连接 文件的读写-3 compilation of small programs, for beginners to learn from the subroutine call multi-module connection file read and write
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:6257
    • 提供者:fenglonglin
  1. 1302

    0下载:
  2. ds1302时钟芯片驱动程序,可以直接调用-ds1302 clock chip driver, you can directly call
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1809
    • 提供者:叶成龙
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com