inout.s

来自「Linux下嵌入式开发工具源代码」· S 代码 · 共 12 行

S
12
字号
# Various syntaxes	inb	%dx	outl	%eax,%dx# For these two, fix up the test case to check what modes are used -- they# should be using outb and inw.  Currently the assembler is getting them# both wrong.	out	%al, $42	in	$13, %ax# These are used in AIX.	inw	(%dx)	outw	(%dx)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?