📄 inout.s
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -