readme.txt

来自「ARM汇编代码。编译命令:armasm -g armex.s -o armex.」· 文本 代码 · 共 17 行

TXT
17
字号
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 + =
减小字号Ctrl + -
显示快捷键?