mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
22 lines
235 B
ArmAsm
22 lines
235 B
ArmAsm
! Section with SHmedia in unique section. Note the absence of a symbol to
|
|
! key an ISA type.
|
|
|
|
.section .text.2f,"ax"
|
|
.align 2
|
|
|
|
.mode SHmedia
|
|
movi 0x2f,r20
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
movi 0x2f,r21
|