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/] [z80/] [z80.exp] - Rev 304
Go to most recent revision | Compare with Previous | Blame | View Log
# run tests for target Z80.
if [istarget z80-*-*] then {
# test redefinitions
run_dump_test "redef"
# test parsing of " and '
run_dump_test "quotes"
# test suffixes
run_dump_test "suffix"
# test assembling and disassembling instructions involving offsets
run_dump_test "offset"
# test for data transfer instructions
run_dump_test "ld-group"
# test for block instructions
run_dump_test "block"
# test for arithmetic and logic
run_dump_test "arith"
# test for rotate and shift
run_dump_test "rotate"
# test for bit manipulations
run_dump_test "bit"
# test for branch instructions
run_dump_test "branch"
# test for input and output instructions
run_dump_test "inout"
#test for other instructions
run_dump_test "misc"
}
Go to most recent revision | Compare with Previous | Blame | View Log