CPU Instructions

目录

1 rep; nop

  • Repeats execution of string instructions while CX != 0.
  • usage:

#define cpu_relax() asm volatile("rep; nop")