CPU Instructions
目录
1. rep; nop
1
rep; nop
Repeats execution of string instructions while CX != 0.
usage:
#define cpu_relax() asm volatile("rep; nop")
Please enable JavaScript to view the
comments powered by utterances.
2012-2020 Copyright©
YANYG
Powered by Emacs Orgmode