#define st(x) do { x } while (__LINE__ == -1)
I saw most of them used for set register value. is that required or we can directly set register value?
also" while (__LINE__ == -1)", what the "__LINE__ == -1" indicates for?
finally, how many CPU instruction cycles are used to execute one st()
thx