URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mips/] [mips16-e.s] - Rev 156
Go to most recent revision | Compare with Previous | Blame | View Log
.set noreorder .text nop l1: nop 1: nop nop # align section end to 16-byte boundary for easier testing on multiple targets .p2align 4 .section "foo" .word l1 .word l1+8 .word 1b .word 1b+3 .word g1 .word g1+8 # align section end to 16-byte boundary for easier testing on multiple targets .p2align 4
Go to most recent revision | Compare with Previous | Blame | View Log