X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fz80%2Fmisc.s;fp=gas%2Ftestsuite%2Fgas%2Fz80%2Fmisc.s;h=077647440f81ccd38aef4c5861323f4b28b99ee6;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/gas/testsuite/gas/z80/misc.s b/gas/testsuite/gas/z80/misc.s new file mode 100644 index 0000000..0776474 --- /dev/null +++ b/gas/testsuite/gas/z80/misc.s @@ -0,0 +1,26 @@ + .text + .org 0 +;;; exchange instructions + ex af,af' + exx + ex de,hl + ex (sp),hl + ex (sp),ix + ex (sp),iy + +;;; AF operations + daa + cpl + neg + ccf + scf + +;;; CPU control + nop + halt + di + ei + im 0 + im 1 + im 2 + \ No newline at end of file