搜索资源列表
Intel
- 非常不错的asm手册-very good asm Manual
8253asm
- 基于Intel 8253定时器的两端Asm,包括配套电路,流程图 1。设计基于ISA总线的Intel 8253 的接口电路,用Intel 8253 的1个通道作定时器,演奏C调的各个音符,利用查表程序的方法依次演奏,每个音符演奏1s,停0.5s 演奏三遍后退出程序 2。利用Intel 8253的一个通道产生一个100Hz的方波,用示波器测试信号的正确性 以产生的方波作为另一个通道门控信号。利用此通道测量其高电平的宽度,在PC机显示屏上显示其数值并退出程
Linux0.00-complately
- Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:)
asem5113
- Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEX or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numbe
asem51-1.3-ELF.tar
- Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEX or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format num
intel-PCA-BOOK-asm
- C8051FXX系列单片机的PCA BOOK,里面大量汇编例子程序,可以用。
fuzzy_pic
- This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the
Hex2asm_new
- convert Hex file to asm file
ApBuilder
- intel builder——intel公司为196芯片内部外设生成初始化代码的工具,可生成asm c 语言初始化程序 好处: 不用费时在单片机初始化上,你的工作只是搞定你要用单片机所完成的功能的编程工作 -intel builder- intel chip for the 196 to generate peripheral initialization code within the tool to generate asm c language program to initiali
Intel_Pentium_ASM
- Intel Pentium ASM ("Ассемблер для процессоров Intel Pentium.djvu")
asm
- intel 汇编指令,所有的基本指令都有,使用汇编的弟兄们可以-intel compilation instructions, all have the basic commands, use the compilation of the brothers can take a look at
linux_assembly
- 分别是AT&T风格和Intel风格的汇编示例程序hello.s和hello.asm-two styles
kr580_s
- Processor KR580 (intel 8086) simulator. Possibility of a debug? spelling of a code in mnemonic(asm programm) Delphi source code
sushu
- 输入一个数 然后可以得到比这个数小的所有素数 InTEL汇编程序设计书后的一道题目 天津大学实验 -Enter a number and then can get smaller than this number of all prime numbers InTEL assembly programming book for a test subject of Tianjin University
INTELD845GVSRM50FW040K
- This most required file for the Intel Mother Board Bios This file is for Intel D845GVSR in .bin format you have to be write using EProm Programmer-This is most required file for the Intel Mother Board Bios This file is for Intel D845GVSR in .bin form
VB_ASM_CPUID
- 用VB嵌入ASM的方式获取机器CPUID,适用于AMD和Intel处理器-ASM with the way VB for embedded machine CPUID, for AMD and Intel processors in
Q1
- Create a table of trigonometrical function using assembly language. 16bit Intel asm, inline type coded into C language code.
intel-asm-5
- intel汇编语言程序设计第五版[例题源码 编程练习答案 书中链接库 作者网站资料]-the fifth edition of assembly language programming intel [Example Source programming exercises in the book Web site link library of information]
asm
- 基于Intel 80C196KB的双精度电流表程序,使用汇编编写,保证可以编译运行。-Based on Intel 80C196KB double precision ammeter program written in assembly to ensure that you can compile and run.
Mplayer-Demux
- 早期mplayer开源代码在VC下汇编的移植,可在visual studio 2015下编译运行,汇编语言改为intel汇编,不需要nasm第三方汇编编译器,方便跟踪调试和学习。-Mplayer s AT&T asm to intel asm, can complie under VS2015 without nasm.