X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fz80%2Fz80.exp;fp=gas%2Ftestsuite%2Fgas%2Fz80%2Fz80.exp;h=d595f6a63cbd5e99717fbcaa46f07ec8c27a8457;hp=cae83f160dba556d8efa9cfd0a832071a43150ba;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp index cae83f1..d595f6a 100644 --- a/gas/testsuite/gas/z80/z80.exp +++ b/gas/testsuite/gas/z80/z80.exp @@ -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" }