Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / score / ldi.d
1 #as:
2 #objdump: -d
3 #source: ldi.s
4
5 .*: +file format .*
6
7 Disassembly of section \.text:
8
9 00000000 <\.text>:
10 0: 5200 ldiu! r2, 0
11 2: 5200 ldiu! r2, 0
12 4: 53ff ldiu! r3, 255
13 6: 53ff ldiu! r3, 255
14 8: 5409 ldiu! r4, 9
15 a: 5409 ldiu! r4, 9
16 c: 53ff ldiu! r3, 255
17 e: 53ff ldiu! r3, 255
18 10: 85188006 ldi r8, 0x3\(3\)
19 14: 87388006 ldi r25, 0x3\(3\)
20 ...
21 20: 84588000 ldi r2, 0x0\(0\)
22 24: 87388000 ldi r25, 0x0\(0\)
23 28: 847881fe ldi r3, 0xff\(255\)
24 2c: 86f88002 ldi r23, 0x1\(1\)
25 30: 5fff ldiu! r15, 255
26 32: 5fff ldiu! r15, 255
27 34: 5803 ldiu! r8, 3
28 36: 5803 ldiu! r8, 3
29 #pass
This page took 0.030655 seconds and 4 git commands to generate.