X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fz80%2Fmisc.s;fp=gas%2Ftestsuite%2Fgas%2Fz80%2Fmisc.s;h=077647440f81ccd38aef4c5861323f4b28b99ee6;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hp=0000000000000000000000000000000000000000;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10;p=msp430-binutils.git 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