2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / z80.exp
1 # run tests for target Z80.
2
3 if [istarget z80-*-*] then {
4 # test redefinitions
5 run_dump_test "redef"
6 # test parsing of equ definitions
7 run_dump_test "equ"
8 # test parsing of " and '
9 run_dump_test "quotes"
10 # test suffixes
11 run_dump_test "suffix"
12 # test assembling and disassembling instructions involving offsets
13 run_dump_test "offset"
14 # test for data transfer instructions
15 run_dump_test "ld-group"
16 # test for block instructions
17 run_dump_test "block"
18 # test for arithmetic and logic
19 run_dump_test "arith"
20 # test for rotate and shift
21 run_dump_test "rotate"
22 # test for bit manipulations
23 run_dump_test "bit"
24 # test for branch instructions
25 run_dump_test "branch"
26 # test for input and output instructions
27 run_dump_test "inout"
28 #test for other instructions
29 run_dump_test "misc"
30 }
This page took 0.029307 seconds and 4 git commands to generate.