gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pru / ldi.s
CommitLineData
93f11b16
DD
1# Source file used to test the LDI instructions.
2
3 .extern var1
4foo:
5 # immediate load
6 ldi32 r16, 0x12345678
7 ldi r16, 0x1234
8 ldi r16, %pmem(foo)
9 ldi32 r16, var1
This page took 0.183537 seconds and 4 git commands to generate.