mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-16 14:45:06 +08:00
12 lines
106 B
ArmAsm
12 lines
106 B
ArmAsm
.text
|
|
|
|
.global label1
|
|
label1:
|
|
.word 0x0110
|
|
|
|
.global label2
|
|
.type label2,@function
|
|
label2:
|
|
.word 0x0224
|
|
|