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/] [iq2000/] [hazard5.s] - Rev 299
Go to most recent revision | Compare with Previous | Blame | View Log
# This test case includes a single case of a load hazard, whereby an # instruction references a register which is the target of a load. # The assembler must warn about this! .data foodata: .word 42 .text ldw %8, foodata(%4) add %8, %1, %9
Go to most recent revision | Compare with Previous | Blame | View Log