搜索资源列表
endian_conversion_src
- 分别在x86,ARM上实现的字节转化优化汇编程序。-Respectively, x86, ARM conversion of bytes to achieve optimized assembler.
GPIO
- 3s2410 GPIO接口测试,使用C和汇编-3s2410 GPIO interface testing, the use of C and assembler
IIS
- S3C2410 IIS实验 使用C和汇编-S3C2410 IIS experiments using C and assembler
Keyboard
- S3C2410的键盘测试程序 使用C语言和汇编-S3C2410 keyboard test program using the C language and assembler
arm-assembly-instructions-
- ARM 汇编指令、GNU ARM汇编伪操作(Directives) 命令集、mov操作立即数等解析文档-ARM assembly instructions, GNU ARM assembler pseudo-operation (Directives) command set, mov operation immediately parse the document number, etc.
asm
- 多个适用于ADS入门级编程,方便掌握ADS的用法。-This directory contains some examples of ARM assembly language programming. The examples are used in the ADS Assembler Guid
1th_led
- 一个点亮一个发光二极光的汇编程序,用makefire编译后可以执行。-A light up an LED Aurora assembler, you can perform after using makefire compile.
memory-resident
- 这是一个关于内存驻留问题的的汇编源代码,-This is a memory-resident assembler source code,
DUI0204HC_rvct_assembler_guide
- ARM汇编程序特点: l 所有运算处理都是发生通用寄存器(一般是R0~R14)的之中.所有存储器空间(如C语言变量的本质就是一个存储器空间上的几个BYTE).的值的处理,都是要传送到通用寄存器来完成.因此代码中大量看到LDR,STR指令来传送值. l ARM汇编语句中.当前语句很多时候要隐含的使用上一句的执行结果.而且上一句的执行结果,是放在CPSR寄存器里,(比如说进位,为0,为负…)-The ARM assembler FEATURES: l all arithmetic
asm.tar
- 三星 s3c6410基础学习linux 嵌入式开发汇编常用指令 -Samsung s3c6410 based learning linux common commands embedded development assembler
bubble-sort
- ARM汇编程序之冒泡排序法:用汇编语言实现十个数字的排序-ARM assembler of the bubble sort method: using assembly language to achieve ten digits sort
07_S3C2410A_4_Universal-IO-ports
- S3C2410 I/O口描述 I/O端口控制寄存器 I/O口控制汇编程序例 I/O口控制C语言编程例-S3C2410 I/O port Descr iption   I/O Port Control Registers   I/O port control assembler cases   I/O port control C language programming example
1th_led
- 一个点亮一个发光二极光的汇编程序,用makefire编译后可以执行。-A light up an LED Aurora assembler, you can perform after using makefire compile.
11111
- 一、基础题 (每题4分) 1. 描述C语言内嵌汇编中, __asm__ __volatile__ 这一句的 __volatile__ 的作用是?当修饰变量时volatile什么含义? __volatile__ 表示编译器不要优化代码,后面的指令 保留原样, volatile 是它的别名。-One, the basic topic (4 point per question) 1. Describe the inline assembler, C __asm__ __volatile
gl_cube_asm
- OpenGL Cube, Asm x86.Simple sample, which describes how to use OpenGL GAPI in Assembler. Requires MASM32 kit for building.