c++ 与 汇编 举例

c++ 与 汇编 举例 汇编代码: #delay.s .globl _delay, _printinfo .extern _printf, _count .data str: .string "Nop count is %x\n" .text _delay: # int delay (int count); mov 4(%esp), %ecx mov %ecx, %eax 1: nop loop
相关文章
相关标签/搜索