halflife-updated icon indicating copy to clipboard operation
halflife-updated copied to clipboard

Improve assembly code in SDK

Open mchoo7 opened this issue 1 year ago • 0 comments

  • On Windows, __debugbreak(); is prefered over asm(int 3)
  • CPUID and RDTSC are supported by default since Pentium
  • Removed unused (#if 0) assembly code

mchoo7 avatar Mar 23 '24 14:03 mchoo7