bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / basic / immed.s
1 .code
2 .align 4
3 ; Basic immediate instruction tests.
4 ;
5 ; We could/should test some of the corner cases for register and
6 ; immediate fields. We should also check the assorted field
7 ; selectors to make sure they're handled correctly.
8 immediate_tests:
9 ldo 5(%r26),%r26
10 ldil L%0xdeadbeef,%r26
11 addil L%0xdeadbeef,%r5
12
This page took 0.028947 seconds and 4 git commands to generate.