added things-to-lose sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inout.s
CommitLineData
0630b39c
KR
1# Various syntaxes
2 inb %dx
3 outl %eax,%dx
4# For these two, fix up the test case to check what modes are used -- they
5# should be using outb and inw. Currently the assembler is getting them
6# both wrong.
7 out %al, $42
8 in $13, %ax
9# These are used in AIX.
10 inw (%dx)
11 outw (%dx)
This page took 0.022866 seconds and 4 git commands to generate.