ref: 8294be6e7c9032e3c472018b53154d5b4faec00c 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; }