Home | History | Annotate | Download | only in visium
      1 #as:
      2 #objdump: -d
      3 #name: brr-1
      4 
      5 .*: +file format .*
      6 
      7 Disassembly of section .text:
      8 
      9 00000000 <foo>:
     10    0:	78 00 00 00 	brr     tr,\+0
     11    4:	84 c1 00 01 	moviq   r1,1
     12    8:	78 00 00 00 	brr     tr,\+0
     13    c:	84 c1 00 02 	moviq   r1,2
     14   10:	78 00 ff fc 	brr     tr,-4
     15   14:	84 c1 00 04 	moviq   r1,4
     16   18:	00 00 00 00 	nop
     17