登录
首页 » Asm » Assembly

Assembly

于 2014-01-01 发布 文件大小:11102KB
0 183
下载积分: 1 下载次数: 1

代码说明:

  内容非常全的汇编语言入门学习Assembly Language (Assembly Language)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 400k的源代码,大家参考参考,价值不一般的
    400k的源代码,大家参考参考,价值不一般的-code in 400k,reference for everybody,a large of value!
    2023-04-30 15:25:03下载
    积分:1
  • pic_bcd_add_sub
    PIC单片机精简BCD加法减法汇编程序,支持任意多字节运算,执行效率很高(PIC Singlechip BCD adder subtraction compilation streamline procedures, to support any multi-byte operations, the implementation of efficient)
    2008-12-12 09:47:29下载
    积分:1
  • 2022-03-12 23:59:55下载
    积分:1
  • 制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个码表...
    在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。-Keyboard input in the preparation procedures are often used to a key scan code or ASC code, such as using Foxpro
    2022-01-26 04:59:49下载
    积分:1
  • MSC v5.1库的补充
    MSC v5.1库的补充 -MSC version 5.1 for the supplementary
    2022-12-23 17:30:04下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • 矢量演示
    Vector demo The files included in the same archive as this document are public domain and no warranty of any kind is offered on them. Use them at own risk. This file is 99.4 guarenteed to exist and to occupy your hard drive space! -Vector demo The files included in the same archive as this document are public domain and no warranty of any kind is offered on them. Use them at own risk. This file is 99.4 guarenteed to exist and to occupy your hard drive space!
    2022-10-25 21:15:03下载
    积分:1
  • 665566
    做微机原理的课程设计用的到!你可以作汇编语言的课程设计!(this is a good message!)
    2011-01-07 09:13:36下载
    积分:1
  • windows 环境下的nasm译器器源码
    windows 环境下的nasm汇编编译器器源码-The source code of nasm in the windows environment
    2022-02-15 11:50:23下载
    积分:1
  • 程序案例18系统时间显示 imer.rar
    汇编程序案例18系统时间显示 imer.rar-Assembler system time of 18 cases showed imer.rar
    2022-03-23 20:10:10下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载