Home | History | Annotate | Download | only in xc16x
      1 	.section .text
      2 	.global _fun
      3 xc16x_movb:
      4 
      5 	movb rl0,r2
      6 	movb rl0,#0x12
      7 	movb r3,[r2]
      8 	movb rl0,[r2+]
      9 	movb [-r2],rl0
     10 	movb [r3],[r2+]
     11 	movb [r3],[r2]
     12 	movb [r2+],[r3]
     13 	movb [r2],[r3+]
     14 	movb rl0,[r3+#0x1234]
     15 	movb [r3+#0x1234],rl0
     16 	movb [r3],0x1234
     17 	movb [r3],0xeeff
     18 	movb 0x1234,[r3]
     19 	movb rl0,0x12
     20 	movb 0x12,rl0
     21 
     22 
     23 
     24 
     25 
     26