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

搜索资源列表

  1. minix-asssmbely

    1下载:
  2. 一个关于minix里汇编的代码的讲解,一般我们学的是nasm,但是里面有很多东西不一样,希望对大家有帮助-A compilation on the minix code to explain where in general we are a student of nasm, but there are many things not the same, we want to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:27627
    • 提供者:liuyu
  1. Boot

    0下载:
  2. a simple boot loader written with asm, this code shows how you can write a real mode boot loader,you can assemble it with nasm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2908
    • 提供者:abdelrahman
  1. tinyos

    0下载:
  2. A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:51857
    • 提供者:ve wu
  1. NASMKMD

    0下载:
  2. kernel mode programming (Kmd) using nasm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:22025
    • 提供者:fkugd2003
  1. NAGOA_TUTORIAL

    0下载:
  2. using nagoa include files to write win32 applications using nasm
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:233622
    • 提供者:fkugd2003
  1. jpeglib

    0下载:
  2. jpeg library (manipulation of jpeg images in nasm)
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3360
    • 提供者:fkugd2003
  1. DDasm

    0下载:
  2. This the Win32 version of my disassembler that will disassemble almost any kind of file. There are a few errors but not many. It will produce a listing file and also an .asm output which with a little editing is comatiable with nasm or yasm. The exec
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:182877
    • 提供者:dancie
  1. x264_visual_studio_source_code

    0下载:
  2. it is to get source code of the x264 on cmd window. you have to get nasm.exe on web to run then add Vstudio programfiles/VC/bin then debug.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6507580
    • 提供者:caner yakut
  1. pcasm-book-simplified-chinese

    0下载:
  2. 讲述用nasm开发汇编程序的精简单深入的教程,知道一看,中文翻译版-Developed with the nasm assembler about the essence of a simple in-depth tutorials, knowing look, the Chinese translation version of
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:878902
    • 提供者:张佳
  1. nasm-2.06rc10-win32

    0下载:
  2. 用于编写汇编语言的工具,汇编语言练习的好工具-this is a assemble tool.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:429264
    • 提供者:ideal
  1. nasm-2.08.01-win32

    0下载:
  2. this is asm software
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:474536
    • 提供者:ali
  1. Mader.timer.nasm

    0下载:
  2. Mader.中国闹钟.timer(详解).rar==mp5即有图像又能同时调声音无影响播放图像.==win98系统片时制成立==uinx的到来.-Mader had have......................
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:185791
    • 提供者:李小祥
  1. TheSimpleOS

    0下载:
  2. 最简单的操作系统,学习操作系统的第一步,对刚开始学操作系统的朋友有帮助,压缩包内的asm 需要nasm编译器编译。-Simple operating system, the first step in learning OS, the operating system on a friend just started learning help asm needs within the compressed package nasm compiler.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:13528
    • 提供者:rockywang
  1. NASMmanualinchinese

    0下载:
  2. NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多 的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16 位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简 洁易懂,和Intel语法相似但更简单。它支持 Pentium , P6 , MMX , 3DNow! , SSE and SSE2 指令集-NASM is a modular designed for t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:535168
    • 提供者:jacky
  1. nasm-2.05rc5-win32

    0下载:
  2. Assembler program SIC-assembler
  3. 所属分类:Project Manage

    • 发布日期:2017-03-27
    • 文件大小:333062
    • 提供者:heba
  1. 2_resumen_nasm_gas.pdf

    0下载:
  2. section .data .data mensaje db "Hola con NASM" mensaje: .ascii "hola con GAS\n" mensaje_SIZE equ $ ­ mensaje mensaje_SIZE = . ­ mensaje section .text .text global _start .globl _start _start: _start: mov ecx, mensaje mov
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:511953
    • 提供者:darick
  1. int48

    0下载:
  2. 通过磁盘扩展INT 48H 获取磁盘IOBASE和CONTROL REG(nasm)-INT 48H disk access through the expansion of the disk IOBASE and CONTROL REG (nasm)
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1148
    • 提供者:lu
  1. a

    0下载:
  2. NASM中文系统的实现,从最底层实现汉字输出-nasm chinese
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:32004
    • 提供者:aihacker
  1. PEFactor

    0下载:
  2. PEfactor is a small factorizing program for windows written using nasm win32 assembler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:12800
    • 提供者:Latigido922
  1. fasm-1.68.tar

    1下载:
  2. 开源汇编器,支持x86机器汇编语言,功能比较强大,类似于NASM及GAS等工具-free & open source assembler
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:208937
    • 提供者:caowei
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com