thumb.txt
来自「ARM开发例程,KEIL_ARM编译环境.」· 文本 代码 · 共 10 行
TXT
10 行
This example demonstrates the ARM thumb interworking.
The Compiler is forced into ARM mode by unchecking "use thumb mode"
in the compiler tab of theoptions for target menu.
#pragma ARM and #pragme THUMB directives are used to selectivley switch
between the instruction sets.
The compiler/linker will also automatically optimise the arm/thumb interworking
across the project for best performance/codesize
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?