~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/xc16x/subb.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .section .text
 
2
        .global _fun
 
3
xc16x_subb:
 
4
 
 
5
        subb rl0,rl1
 
6
        subb rl0,[r1]
 
7
        subb rl0,[r1+]
 
8
        subb rl0,#0x1
 
9
        subb rl0,#0x43
 
10
        subb rl0,0x7643
 
11
        subb 0x7643,rl0
 
12
        
 
13
        
 
14
        
 
15
 
 
16
        
 
17
        
 
18
 
 
19
        
 
 
b'\\ No newline at end of file'