gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / inout.s
CommitLineData
c3229d38
AM
1 .text
2 .org 0
3;;; input
4 in a,(0x76)
5 in a,(c)
6 in b,(c)
7 in c,(c)
8 in d,(c)
9 in e,(c)
10 in h,(c)
11 in l,(c)
12
13;;; output
14 out (0x76),a
15 out (c),a
16 out (c),b
17 out (c),c
18 out (c),d
19 out (c),e
20 out (c),h
21 out (c),l
22
23
This page took 0.552632 seconds and 4 git commands to generate.