retarget.txt

来自「使用STR710的IIC接口对PCF8563时钟芯片的测试程序.采用KEIL U」· 文本 代码 · 共 24 行

TXT
24
字号
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.0 [Build 951] for uVision
; commandline ArmCC [--debug -c --asm --interleave -o.\output\retarget.o --device=DARMST --apcs=interwork -O0 -Id:\Keil\ARM\INC\ST\71x src\configuration\Retarget.c]

                          ARM

                          AREA ||.text.7||, CODE, READONLY, ALIGN=2

                  _ttywrch PROC
;;;16       // Not used (No Output)
;;;17     }
000000  e12fff1e          BX       lr
                          ENDP

                  _sys_exit PROC
;;;19     void _sys_exit(int return_code) {
;;;20     label:  goto label;  /* endless loop */
000004  e1a00000          MOV      r0,r0
                  |L1.8|
000008  eafffffe          B        |L1.8|
;;;21     }
                          ENDP


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?