mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
9 lines
95 B
ArmAsm
9 lines
95 B
ArmAsm
.text
|
|
.globl main
|
|
main:
|
|
.rept 0x40 - 0x15
|
|
.long 0xfedcba98
|
|
.endr
|
|
.data
|
|
.long 0x76543210
|