You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
430 B
33 lines
430 B
|
25 years ago
|
! Check mixed-mode objects; different sections holding different ISA:s.
|
||
|
|
.mode SHcompact
|
||
|
|
.text
|
||
|
|
.global start
|
||
|
|
start:
|
||
|
|
bt forw
|
||
|
|
mova start2,r0
|
||
|
|
start2:
|
||
|
|
nop
|
||
|
|
nop
|
||
|
|
forw:
|
||
|
|
nop
|
||
|
|
.long $
|
||
|
|
.long start2
|
||
|
|
.long mediacode2
|
||
|
|
|
||
|
|
.data
|
||
|
|
.long $
|
||
|
|
.long start2
|
||
|
|
.long mediacode2
|
||
|
|
|
||
|
|
.section .text.media,"ax"
|
||
|
|
.mode SHmedia
|
||
|
|
.align 2
|
||
|
|
mediacode:
|
||
|
|
ptb forw,tr4
|
||
|
|
pt start2,tr5
|
||
|
|
mediacode2:
|
||
|
|
movi start2,r54
|
||
|
|
movi mediacode2,r45
|
||
|
|
pta mediacode2,tr7
|
||
|
|
nop
|