📄 thumb.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -