URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [d10v/] [instruction_packing-007.s] - Rev 816
Compare with Previous | Blame | View Log
;; ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the ;; correct line number information. ;; -gstabs and -gstabs --gstabs-packing disable inserting nops. .text .global foo foo: ldi.l r0, #0x0000 ldi.l r1, #0x1000 ldi.s r2, #0x0002 ldi.s r3, #0x0003 ldi.l r4, #0x4000 ldi.s r5, #0x0005 jmp r13