]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/z80/misc.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / z80 / misc.s
diff --git a/gas/testsuite/gas/z80/misc.s b/gas/testsuite/gas/z80/misc.s
new file mode 100644 (file)
index 0000000..0776474
--- /dev/null
@@ -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