搜索资源列表
vc内联汇编示例代码
- vc内联汇编示例代码,介绍了VC++的一些被封装的汇编代码,有愿意深入了解VC++的人请进-vc associated sample code compilation, introduced the VC some packaging code compilation, in-depth understanding to the people invited to play in VC
scsi接口编程的汇编代码1.ZIP
- scsi接口编程的汇编代码1-This sample code provides examples of how to use the ASPI programming interface. -SCSI interface programming code compilation 1-This sample code provides examples of how to use the programming interface ASPI.
scsi接口编程的汇编代码2
- scsi接口编程的汇编代码2.rar-This sample code provides examples of how to use the ASPI programming interface. -SCSI interface programming code compilation 2.rar-This sample code provides examples of how to use the programming interface ASPI.
汇编代码
- 一个汇编语言学习的代码,包括学习,研究-a compilation of the code language learning, including learning, research
HM701NEP平台启动代码
- HM701NEP(S3C44B0X)基本启动代码,在此基础上可以做各种实验,包括个6文件,44BINIT.S 汇编代码,系统上电、复位及异常处理的入口点。 Memcfg.s 汇编代码,外部存储空间配置 OPTION.S 汇编代码,一些汇编宏定义:RAM的起始地址,中断入口表地址、RAM类型、系统主频、PLL控制字等 44B.H S3C44B0X的寄存器地址宏定义 OPTION.h 供C程序使用的一些反映系统工作方式的基本宏定义 Def.h 一些数据类型的缩写--HM701NEP(S3C44B0X
lms汇编
- LMS算法汇编程序,使用于DSP,经实验验证,收敛为ms级,很好的一段汇编代码。-LMS algorithm compilation procedures, the use of DSP by experimental verification, convergence of ms-class, a good compilation of code.
T6963C驱动的汇编代码
- 液晶TM12864BBA的控制器T6963C驱动的汇编代码-TM12864BBA LCD controller T6963C-driven compilation code
调用汇编代码_me
- 一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!-an embedded assembler language code examples, this is their original work, Welcome!
字符型液晶全系列驱动汇编代码
- 字符型全系列驱动汇编代码,亲测可用
PIC 12F629代码
- PIC 12F629代码的汇编代码
DeDe.rar 用Delphi写的反汇编器
- 一款用Delphi写的反汇编器,反汇编的代码可读性非常好,Using Delphi to write an anti-assembler, anti-compiled code readability very good
asm.zip ARM汇编代码
- ARM汇编代码。编译命令:armasm -g armex.s -o armex.o armlink armex.o -o armex.axf ,ARM assembly code. Compile command: armasm-g armex.s-o armex.o armlink armex.o-o armex.axf
Timer.rar
- 是基于51单片机的电子时钟程序(汇编代码),可以用按键调整时、分、秒;,Is based on 51 single-chip electronic clock procedures (assembly code), can use keys to adjust hours, minutes, seconds
其中包括idct10、idct14、idct20、idct36的汇编代码
- 其中包括idct10、idct14、idct20、idct36的汇编代码-Including idct10, idct14, idct20, idct36 assembly code
tranffic
- 基于51单片机交通灯毕业设计完整资料!含原理图。汇编代码,调试通过!-51 traffic lights based on single-chip design graduates complete information! With schematic diagram. Assembly code, debugging through!
汇编关于红绿灯代码
- 基于8279、8253、8255、8259芯片的汇编代码,作用为显示红绿灯及相应的数目管显示,计时总数为十秒。
qpskD的DSP汇编
- QPSK 汇编 ,基于德州仪器的DSP的汇编代码,可以在CCS下运行(QPSK compiles, the assembly code of DSP based on Texas instruments, can be run under CCS)
几个汇编经典代码
- 几个经典的汇编代码。 1. 顺序程序设计 2. 分支程序设计实验 3. 循环程序设计实验 4. 子程序设计实验 5. 码制转换程序实验 6. 两个数相乘的实验(Several classic assembly code.)
NEC9211C1A
- 某方案公司基于upd79f9211设计的电动车控制器程序,请注意是汇编代码,适合懂得汇编的人员进行调试(ASM for ebike ,based by upd79f9211)
stm8反汇编
- stm8反汇编源代码,可以实现hex文件转换成汇编代码.c语言实现,需要自己编译完成.