ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491 dir: /lib9/lock-Nt-386.c/
#include "lib9.h" int _tas(int *la) { int v; _asm { mov eax, la mov ebx, 1 xchg ebx, [eax] mov v, ebx } return v; }