xfail gas weakref1 test for nds32
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / rmw.s
CommitLineData
af910977
DC
1 .file "rmw.s"
2__SP_H__ = 0x3e
3__SP_L__ = 0x3d
4__SREG__ = 0x3f
5__CCP__ = 0x34
6__tmp_reg__ = 0
7__zero_reg__ = 1
8 .text
9.global main
10 .type main, @function
11main:
12 push r28
13 push r29
14 in r28,__SP_L__
15 in r29,__SP_H__
16/* prologue: function */
17/* frame size = 0 */
18/* stack size = 2 */
19.L__stack_usage = 2
20/* #APP */
21 xch Z, r12
22 las Z, r12
23 lac Z, r12
24 lat Z, r12
25/* #NOAPP */
26 ldi r24,0
27 ldi r25,0
28/* epilogue start */
29 pop r29
30 pop r28
31 ret
32 .size main, .-main
This page took 0.235151 seconds and 4 git commands to generate.