X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fz80%2Finout.d;fp=gas%2Ftestsuite%2Fgas%2Fz80%2Finout.d;h=639a41824ad800ba9c99874e44cb26b54007c9f0;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/gas/testsuite/gas/z80/inout.d b/gas/testsuite/gas/z80/inout.d new file mode 100644 index 0000000..639a418 --- /dev/null +++ b/gas/testsuite/gas/z80/inout.d @@ -0,0 +1,24 @@ +#objdump: -d +#name: input and output + +.*: .* + +Disassembly of section .text: + +0+ <.text>: +[ ]+0:[ ]+db 76[ ]+in a,\(0x76\) +[ ]+2:[ ]+ed 78[ ]+in a,\(c\) +[ ]+4:[ ]+ed 40[ ]+in b,\(c\) +[ ]+6:[ ]+ed 48[ ]+in c,\(c\) +[ ]+8:[ ]+ed 50[ ]+in d,\(c\) +[ ]+a:[ ]+ed 58[ ]+in e,\(c\) +[ ]+c:[ ]+ed 60[ ]+in h,\(c\) +[ ]+e:[ ]+ed 68[ ]+in l,\(c\) +[ ]+10:[ ]+d3 76[ ]+out \(0x76\),a +[ ]+12:[ ]+ed 79[ ]+out \(c\),a +[ ]+14:[ ]+ed 41[ ]+out \(c\),b +[ ]+16:[ ]+ed 49[ ]+out \(c\),c +[ ]+18:[ ]+ed 51[ ]+out \(c\),d +[ ]+1a:[ ]+ed 59[ ]+out \(c\),e +[ ]+1c:[ ]+ed 61[ ]+out \(c\),h +[ ]+1e:[ ]+ed 69[ ]+out \(c\),l