]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/z80/z80.exp
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / z80 / z80.exp
index cae83f160dba556d8efa9cfd0a832071a43150ba..d595f6a63cbd5e99717fbcaa46f07ec8c27a8457 100644 (file)
@@ -9,4 +9,20 @@ if [istarget z80-*-*] then {
     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"
 }