6482c264f4
with COFF based x86 ports.
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 "<"
|