mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
15 lines
205 B
ArmAsm
15 lines
205 B
ArmAsm
|
.file "lds-tiny.s"
|
||
|
.text
|
||
|
.global main
|
||
|
.type main, @function
|
||
|
main:
|
||
|
.L__stack_usage = 0
|
||
|
lds r18, 0x40
|
||
|
lds r20, 0x42
|
||
|
lds r21, 0x43
|
||
|
ret
|
||
|
.size main, .-main
|
||
|
.comm myvar1,1,1
|
||
|
.comm myvar2,2,1
|
||
|
|