📄 pushpop.s
字号:
# pushpop.s - An example of using the PUSH and POP instructions.section .datadata: .int 125.section .text.globl _start_start: nop movl $24420, %ecx movw $350, %bx movb $100, %eax pushl %ecx pushw %bx pushl %eax pushl data pushl $data popl %eax popl %eax popl %eax popw %ax popl %eax movl $0, %ebx movl $1, %eax int $0x80
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -