test.lst

来自「在ARM(S3C2410)下实现AD转换器的运算和显示。」· LST 代码 · 共 104 行

LST
104
字号



ARM Macro Assembler    Page 1 


    1 00000000                 area             ex, code, readonly
    2 00000000                 entry
    3 00000000                 arm
    4 00000000         main
    5 00000000 E3A004FF        mov              r0, #0xff000000
    6 00000004 E0810082        add              r0, r1,r2,lsl #1
    7 00000008         stop
    8 00000008 EAFFFFFE        b                stop
    9 0000000C         
   10 0000000C                 end
Command Line: --debug --xref --device=DARMSS9 --apcs=interwork -otest.o -IC:\Ke
il\ARM\INC\Samsung --list=test.lst test.s



ARM Macro Assembler    Page 1 Alphabetic symbol ordering
Relocatable symbols

ex 00000000

Symbol: ex
   Definitions
      At line 1 in file test.s
   Uses
      None
Comment: ex unused
main 00000000

Symbol: main
   Definitions
      At line 4 in file test.s
   Uses
      None
Comment: main unused
stop 00000008

Symbol: stop
   Definitions
      At line 7 in file test.s
   Uses
      At line 8 in file test.s
Comment: stop used once
3 symbols



ARM Macro Assembler    Page 1 Alphabetic symbol ordering
Relocatable symbols

.debug_info$$$ex 00000000

Symbol: .debug_info$$$ex
   Definitions
      None
   Uses
      None
Warning: .debug_info$$$ex undefinedComment: .debug_info$$$ex unused
1 symbol



ARM Macro Assembler    Page 1 Alphabetic symbol ordering
Relocatable symbols

.debug_line$$$ex 00000000

Symbol: .debug_line$$$ex
   Definitions
      None
   Uses
      None
Warning: .debug_line$$$ex undefinedComment: .debug_line$$$ex unused
1 symbol



ARM Macro Assembler    Page 1 Alphabetic symbol ordering
Relocatable symbols

.debug_abbrev 00000000

Symbol: .debug_abbrev
   Definitions
      None
   Uses
      None
Warning: .debug_abbrev undefinedComment: .debug_abbrev unused
__ARM_asm.debug_abbrev 00000000

Symbol: __ARM_asm.debug_abbrev
   Definitions
      None
   Uses
      None
Warning: __ARM_asm.debug_abbrev undefinedComment: __ARM_asm.debug_abbrev unused
2 symbols
326 symbols in table

⌨️ 快捷键说明

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