首页1
发现
标签
搜索
注册
登录
首页
全书
全文
蜘蛛
搜索
注册
登录
搜索
软件工具 SofTool.CN
本次搜索耗时
0.311
秒,为您找到
208
个相关结果.
搜书籍
搜文档
1_ARM指令集格式
3296
2021-01-02
《ARM 汇编指令简介》
基本格式: <opcode > {<cond > } {S} <Rd > , <Rn > , {<opcode2 > } 注释:< > 尖括号里面的指令助记符是必须的,而{}花括号里面的是可选的。.opcode:操作码. 比如MOV,LDR.cond:即Condition,执行条件,与CPSR的条件标志位对应。.S:决定是否影响CPSR的值....
word hword
3257
2021-01-24
《Linux GNU ARM 汇编语法指南》
word 格式: 功能: 示例: 例1: 例2: hword 格式: 功能: word 格式: .word <word1 > {,<word2 > } … 功能: 插入32-bit的数据队列。可以使用.word把标识符作为常量使用。 注: 与 armasm 中的 DCD 功能相同; armasm 的DCD功能,请参考:ht...
align
3203
2021-01-24
《Linux GNU ARM 汇编语法指南》
语法: 语法: .align {alignment} {, fill} {, max} 该命令使用详情,请移步: https://www.softool.cn/read/gun_arm_as/align.html
code
3149
2021-01-24
《Linux GNU ARM 汇编语法指南》
code 格式: code .code伪操作用来选择ARM或者Thumb指令集 格式: .code 表达式 如果表达式的值为16则表明下面的指令为Thumb指令,如果表达式的值为32则表明下面的指令为ARM指令.
.text
3137
2021-02-15
《Linux GNU ARM 汇编》
语法: 功能: 示例: 语法: .text {subsection} 参数:subsection 可选项. 可以定义一个子段. 功能: 告诉编译器从 .text 开始,后面的是代码段。 示例: .text
00_前言
3087
2021-01-22
《Linux GNU ARM 汇编语法指南》
汇编源程序一般用于系统最基本的初始化:初始化堆栈指针、设置页表、操作 ARM的协处理器等。这些初始化工作完成后就可以跳转到C代码main函数中执行。
Poking at the Tesla Model 3 MCU ...
3015
2024-08-01
《Looking for ports》
Poking at the Tesla Model 3 MCU and a closer look at its eMMC #4 Enter the serial console to the CID Wiring up the Ethernet port Circling back to my actual car Poking at the ga...
global
2951
2021-01-24
《Linux GNU ARM 汇编语法指南》
global 格式: globl 格式: 功能: 常见的格式如下: global 格式: .global symbol globl 格式: .globl symbol 功能: 用来定义一个全局的符号。
space
2875
2021-01-24
《Linux GNU ARM 汇编语法指南》
.space <number_of_bytes > {,<fill_byte > } 分配number_of_bytes字节的数据空间,并填充其值为fill_byte,若未指定该值,缺省填充0。(与armasm中的SPACE功能相同)
运行 autoscan
2853
2021-05-04
《Autoconf 入门 ★》
我们进入上一节测试文件所在的目录: cd /home/arm/svn/Linux/900_Other/softool.cn/000_autoconf 然后运行 autoscan,以便生成一个 configure.scan 文件: autoscan
1..
«
16
17
18
19
»
..21