mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00: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 "<"
|