📄 paritytest.s
字号:
# paritytest.s - An example of testing the parity flag.section .text.globl _start_start: movl $1, %eax movl $4, %ebx subl $3, %ebx jp overhere int $0x80overhere: movl $100, %ebx int $0x80
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -