📄 sib.s
字号:
#Test the special case of the index bits, 0x4, in SIB. .textfoo: .byte 0x8B, 0x04, 0x23 # effect is: movl (%ebx), %eax .byte 0x8B, 0x04, 0x63 # effect is: movl (%ebx), %eax .byte 0x8B, 0x04, 0xA3 # effect is: movl (%ebx), %eax .byte 0x8B, 0x04, 0xE3 # effect is: movl (%ebx), %eax nop nop .p2align 4,0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -