1 ! Check inter-segment pt and pta 2 .text 3 start: 4 nop 5 start1: 6 nop 7 start4: 8 pt start1,tr5 9 nop 10 11 pt start2,tr7 12 nop 13 14 .section .text.other,"ax" 15 dummylabel: ! Needed to hang a marker that this is SHmedia. 16 nop 17 start2: 18 pta start3,tr4 19 nop 20 start3: 21 pta start4,tr3 22 nop 23