URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mips/] [elf-consthilo.s] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
.set noreorder .set nomacro .set noat .set nomips16 .equ addr, 0xdeadbeef .ent foo foo: lui $4,%hi(addr) jr $31 lb $2,%lo(addr)($4) .end foo
Go to most recent revision | Compare with Previous | Blame | View Log