gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pru / illegal.s
1 # Source file used to test illegal operands.
2
3 foo:
4 # Illegal registers
5 add r56,r4,r5
6 add r4,r0,r2
7 # Illegal opcodes
8 fop r3,r4,r5
9 # Extra operands
10 nop Crapola
11 add r2, r2, r2, r4
This page took 0.035933 seconds and 4 git commands to generate.