mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
181 B
ArmAsm
10 lines
181 B
ArmAsm
|
.section .txt, "ax", "progbits"
|
||
|
.4byte 0x11223344
|
||
|
.4byte 0x55667788
|
||
|
.4byte 0x99aabbcc
|
||
|
|
||
|
.section .dat, "aw", "progbits"
|
||
|
.4byte 0x01020304
|
||
|
.4byte 0x05060708
|
||
|
.4byte 0x090a0b0c
|