CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nasm

搜索资源列表

  1. 1.2

    0下载:
  2. Indexing addrresses in NASM assembly
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:Ggogo
  1. 3

    0下载:
  2. Assembly NASM programs which demonstrate instruction set x86.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:300017
    • 提供者:Ggogo
  1. x86_64-xlate

    0下载:
  2. Ascetic x86_64 AT&T to MASM/NASM assembler translator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9732
    • 提供者:baowuqon
  1. calc

    0下载:
  2. Calculadora básica (+,-,/,*) hecha en assembler con el compilador NASM
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:496929
    • 提供者:WESH
  1. 30daysosmake

    0下载:
  2. 30天自制操作系统是从头编写操作系统的好书,但是作者自己编写的汇编器和c编译器可以不用,可以用nasm,gas和gcc,img生成器可以使用于渊《一个操作系统的实现》中的img生成器。把这本“30天”书可以作为算法参考来用。-30 days made OS is the operating system from scratch to write books, but the authors have written assembler and c compiler can not be use
  3. 所属分类:OS Develop

    • 发布日期:2017-06-15
    • 文件大小:22712032
    • 提供者:姜少雷
  1. s300.nasm

    0下载:
  2. Optical router, VoIP setup, SAN, IP based printer, Camera,Two server class of machines (64 bit) , NS3, Fire Sensors Tools : CAINE 5.0 (Computer Aided Investigative Environment) or latest 64 bit version or equivalent, SIFT 3.0 or open-source equ
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:761
    • 提供者:dude
  1. 634

    0下载:
  2. 易语言NASM置入代码,应用程序编程源码,很好的参考资料。-NASM into easy language code, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:157223
    • 提供者:yajakk
  1. printcomputertime

    0下载:
  2. NASM code. It prints computer time on screen. pressing f13 will print time, f12 sec, f11 mins , f10 hours
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:780
    • 提供者:khawaja
  1. timer

    0下载:
  2. Nasm code.. Multitasking. A timer starts each time a key is pressed, shows milli seconds t-Nasm code.. Multitasking. A timer starts each time a key is pressed, shows milli seconds too
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1313
    • 提供者:khawaja
  1. lines

    0下载:
  2. show to write nasm x64 based on C code-show how to write nasm x64 based on C code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4584
    • 提供者:upload0912
  1. snake

    0下载:
  2. nasm编写的贪吃蛇代码源程序,根据游戏等级设置障碍,可计分-greedy snake source code written with nasm, obtacles change according to the game level, score is shown during the game
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:7896
    • 提供者:liu
  1. SetEnv

    0下载:
  2. 自动设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。-Automatically sets the Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compiler system environment variables.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:16296
    • 提供者:whoozit
  1. SetEnv

    0下载:
  2. 设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。最终版本:修改上一版的bug;运行即生效,无需重启。本人只会这三种语言,等以后学习别的语言,有必要再修改吧。-Setting Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compiler system environment variables. final version. I only three languages,
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-30
    • 文件大小:16384
    • 提供者:whoozit
  1. SetEnv

    0下载:
  2. 设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。 本程序依据三种编译器安装目录的不同关键字自行区分设置。 复制可执行文件到编译器的安装目录下,右键以管理员身份运行即可。 最终版本:运行即生效,无需重启;已存在与当前目录不同的目录会自动修改。本人只会这三种语言,等以后学习别的语言,有必要再修改吧。-Setting Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:15062
    • 提供者:whoozit
  1. OS3

    1下载:
  2. 参考《Orange’s》,在之前搭建的 nasm + bochs 实验平台上完成一个接受键盘输入,回显到屏幕上的程序,具体要求如下: • 从屏幕左上角开始,显示键盘输入的字符。可以输入并显示 a-z 和 0-9 字 符。 • 支持大小写,包括 Shift 组合键以及大写锁定两种方式。 • 支持回车键换行。 • 支持删除退格,退格如果退回上一行,必须退回该行编辑的最后一个字符 处。 • 支持空格键和 Tab 键,其中对于 Tab
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:100925
    • 提供者:mj
  1. assembly

    0下载:
  2. this some example of assembly in nasm.-this is some example of assembly in nasm.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1374
    • 提供者:hanie
  1. DRAGONIR_-snake

    0下载:
  2. 使用NASM实现简单的贪吃蛇游戏,可以在虚拟机上运行,可以编译成为EXE文件,也可以编译成COM文件在linux上运行-Use NASM simple Snake game, you can run on a virtual machine can be compiled into EXE files to be compiled into a COM file is run on linux
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:4953
    • 提供者:dragonir
  1. Hello-world-Beta

    0下载:
  2. 最简单的操作系统,使用nasm来编译,启动会显示一些字符串smile米奇-The easiest operating system to use nasm to compile, will start to show some strings smile Mickey 333
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:275746
    • 提供者:王家俊
  1. lab1

    1下载:
  2. 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:390589
    • 提供者:FrankHuang
  1. lab3

    0下载:
  2. 在nasm + bochs实验平台上的接受键盘输入,回显到屏幕上的程序- 在nasm+ bochs实验平台上的接受键盘输入,回显到屏幕上的程序 NASM+ Bochs on the experimental platform to accept the keyboard input, back to the program on the screen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:324695
    • 提供者:FrankHuang
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com