~angelsl/ubuntu/wily/binutils/mips-cross

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/h8300/symaddgen.s

  • Committer: angelsl
  • Date: 2015-11-03 15:54:40 UTC
  • Revision ID: angelsl-20151103155440-gbh6qo1olzlvaiqs
Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .h8300hn
 
2
        .text
 
3
foo:
 
4
        mov.l er6,@-er7
 
5
        mov.w r7,r6
 
6
        mov.w #2000,r2
 
7
        mov.w r2,@-4064:16
 
8
        mov.w #10000,r2
 
9
        mov.w r2,@_var2
 
10
        mov.l @er7+,er6
 
11
        rts
 
12
        .comm _var2,2,2
 
13
        .end