URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [sh/] [pcrel2.s] - Rev 304
Go to most recent revision | Compare with Previous | Blame | View Log
.text .p2align 2 code: bf foo mov.l bar, r0 mov.w bar, r0 .globl foo foo: bra foo nop .align 2 .globl bar bar: .long . - foo .word . - foo .byte . - foo
Go to most recent revision | Compare with Previous | Blame | View Log