/** * @version 2.0 * @author sharks*//** * Instruction * this version will use IO * apply file to store data * it just a table double click table ca.....
分类:
其他好文 时间:
2014-06-28 14:05:29
阅读次数:
300
1、错误描述
freemarker 下拉框
Error parsing imported template inc/select.ftl
The problematic instruction:
----------
==> import "/inc/select.ftl" as items [on line 9, column 6 in...
分类:
其他好文 时间:
2014-06-26 14:17:38
阅读次数:
610
Dalvik opcodesAuthor:Gabor PallerVx values in
the table denote a Dalvik register. Depending on the instruction, 16, 256 or 64k
registers can be access...
分类:
其他好文 时间:
2014-06-12 16:41:36
阅读次数:
307
ARM 汇编语言源代码行的语法规则
3.1 Syntax of source lines in assembly language
汇编器首先解析汇编语言源代码,然后把源代码汇编成目标文件。汇编语言源代码的每一行都要符合如下所示的语法格式:
{symbol} {instruction|directive|pseudo-instruction}...
分类:
编程语言 时间:
2014-06-10 15:44:52
阅读次数:
264
LDR伪指令
10.45 LDR pseudo-instruction
功能:把一个32位立即数或一个32位的内存地址加载到一个寄存器中。
注意:这里描述的是LDR伪指令,而不是LDR指令
语法:
LDR{cond}{.W} Rt, =e...
分类:
其他好文 时间:
2014-06-10 13:34:14
阅读次数:
286
ARMARM架构,过去称作高级精简指令集机器(Advanced RISC
Machine,更早称作:Acorn RISC Machine),是一个32位精简指令集reduced instruction set
computing(RISC)处理器架构,其广泛地使用在许多嵌入式系统设计。由于节能的特点...
分类:
其他好文 时间:
2014-06-05 15:20:52
阅读次数:
381
??
SISD(Single Instruction SingleDatastream,单指令流单数据流):单处理器计算机,对保存在单一存储器中的数据进行操作。
SIMD(Single Instruction Multiple Datastream,单指令流多数据流):同一条指令控制多个处理器的运行。
MISD(Multiple Instruction Single Datast...
分类:
其他好文 时间:
2014-05-22 13:19:28
阅读次数:
191
uboot 源码包:u-boot1.1.6.tar
编译器:arm-linux-gcc-4.3.2
源码路径下配置 # make forlinx_nand_ram128_config
编译 # make
得到uboot.bin之后考到sd卡中,通过sd卡中的mmc.bin将uboot、kernel、filesystem烧到nandflash
启动出现一直重启的错误:
CPU: ...
分类:
其他好文 时间:
2014-05-21 15:40:24
阅读次数:
391
言简意赅A single instruction enters the CPU at the
Fetch stage and the PC is incremented in one clock cycle. In the next clock
cycle, the instruction move...
分类:
其他好文 时间:
2014-05-07 11:23:20
阅读次数:
417