]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/z80/block.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / z80 / block.s
diff --git a/gas/testsuite/gas/z80/block.s b/gas/testsuite/gas/z80/block.s
new file mode 100644 (file)
index 0000000..259b204
--- /dev/null
@@ -0,0 +1,23 @@
+       .text
+       .org 0
+;;;  block instructions
+       ldi
+       ldir
+       ldd
+       lddr
+
+       cpi
+       cpir
+       cpd
+       cpdr
+
+       outi
+       otir
+       outd
+       otdr
+
+       ini
+       inir
+       ind
+       indr
+       
\ No newline at end of file