bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / basic / immed.s
CommitLineData
68196d70 1 .code
252b5132
RH
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.
8immediate_tests:
9 ldo 5(%r26),%r26
10 ldil L%0xdeadbeef,%r26
11 addil L%0xdeadbeef,%r5
12
This page took 0.302024 seconds and 4 git commands to generate.