mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
15 lines
221 B
ArmAsm
15 lines
221 B
ArmAsm
|
.text
|
||
|
|
||
|
.ascii ">>>>"
|
||
|
.global ext24
|
||
|
ext24: .ascii "<<<<"
|
||
|
.ascii ">>>>>"
|
||
|
.global ext2d
|
||
|
ext2d: .ascii "<<<"
|
||
|
.ascii ">>>>>>"
|
||
|
.global ext36
|
||
|
ext36: .ascii "<<"
|
||
|
.ascii ">>>>>>>"
|
||
|
.global ext3f
|
||
|
ext3f: .ascii "<"
|