Home | History | Annotate | Line # | Download | only in bfin
      1 # mach: bfin
      2 
      3 .include "testutils.inc"
      4 	start
      5 
      6 	r3.l=0x5678;
      7 	r3.h=0x1234;
      8 
      9 	p5=8;
     10 
     11 	p5=r3;
     12 	p5.l =4;
     13 
     14 	r5=p5;
     15 	dbga( r5.h, 0x1234);
     16 
     17 _halt:
     18 	pass;
     19