gcc-inline-asm.rar 一部讲解嵌入式汇编的书籍
标签: gcc-inline-asm 嵌入式 书籍
上传时间: 2015-06-22
上传用户:
linux 下PCI设备的扫描程序。gcc,C+ASM完成。
上传时间: 2014-01-15
上传用户:xjz632
gcc inline assembly howto
上传时间: 2017-05-10
上传用户:chongcongying
ARM GCC Inline Assembler Cookbook pdf更新版
标签: Assembler Cookbook Inline ARM
上传时间: 2014-01-24
上传用户:TRIFCT
AVR USART串口使用的一个范例 编译器:GCC 工具: C && ASM 芯片:ATMEL的ATMEGA系列
上传时间: 2015-09-03
上传用户:hustfanenze
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.
标签: functions string-include defines assumes
上传时间: 2014-01-09
上传用户:tedo811
ucos的官方arm版本,原版使用GCC或ADS编译,但有些文件没给全。这个是使用RVDS2.2编译的,主要修改了ASM文件的部分定义使之能够通过编译,CPU为S3C2410,可以在SKYEYE上工作。代码目录清晰,方便修改.
上传时间: 2016-01-30
上传用户:huangld
\SOURCES\此目录下是C源文件 \SOURCES\ASM\此目录下是本项目用到的汇编语言文件 \INCLUDES\此目录下是本项目的所有头文件 本项目用GNU的gcc和ld完成编译与链接操作.
标签: SOURCESASM INCLUDES SOURCES 目录
上传时间: 2016-03-26
上传用户:rocketrevenge
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
标签: Installtion gcclib kernel Linux
上传时间: 2014-03-12
上传用户:源码3
建立一个属于自己的AVR的RTOS Proteus6.7 可以用来模拟仿真avr系列的单片机 WinAVR v2.0.5.48 基于GCC AVR的编译环境,好处在于可以在C语言中插入asm的语句 mega8 1K的ram有8K的rom,是开发8位的RTOS的一个理想的器件,并且我对它也比较熟悉
上传时间: 2017-04-14
上传用户:jjj0202