ex3.x86
来自「汇编编程艺术」· X86 代码 · 共 29 行
X86
29 行
a: mov ax, [fff0]
mov bx, [fff2]
mov cx, ax
and cx, bx
mov [fff8], cx
mov cx, ax
or cx, bx
mov [fffa], cx
mov cx, ax
mov dx, bx
not cx
not dx
and cx, bx
and dx, ax
or cx, dx
mov [fffc], cx
not cx
mov [fffe], cx
mov ax, [fff4]
cmp ax, 0
je a
halt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?