📄 readme.txt
字号:
Assembler Examples
==================
This directory contains some examples of assembler level programming for the ARM.
These examples are described in more detail in the ADS Assembler Guide (chapter 2)
and the ADS Developer Guide (section 5.4.3).
To build these examples, use the supplied CodeWarrior project files.
Alternatively, build from the command-line with e.g.:
armasm -g armex.s -o armex.o
armlink armex.o -o armex.axf
This produces an ELF executable file which can be loaded into an ARM debugger.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -