]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/z80/inout.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / z80 / inout.s
diff --git a/gas/testsuite/gas/z80/inout.s b/gas/testsuite/gas/z80/inout.s
new file mode 100644 (file)
index 0000000..bbe458a
--- /dev/null
@@ -0,0 +1,23 @@
+       .text
+       .org 0
+;;; input
+       in a,(0x76)
+       in a,(c)
+       in b,(c)
+       in c,(c)
+       in d,(c)
+       in e,(c)
+       in h,(c)
+       in l,(c)
+
+;;; output
+       out (0x76),a
+       out (c),a
+       out (c),b
+       out (c),c
+       out (c),d
+       out (c),e
+       out (c),h
+       out (c),l
+       
+       
\ No newline at end of file