Add tests for instructions with offsets.
[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 " and '
7 run_dump_test "quotes"
8 # test suffixes
9 run_dump_test "suffix"
10 # test assembling and disassembling insturction involving offsets
11 run_dump_test "offset"
12 }
This page took 0.03007 seconds and 4 git commands to generate.