We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
any body knows how to generate microsecond delay plz post all the code
One can't do anything but get an infinite delay.
"One can't do anything but get an infinite delay."
Which may be preferable to pushing more than is popped and returning to oblivion.
I'm a bit against posting of intentionally broken code since there always exists people who think it is working.
In this case, there is mismatch of push count. And the popped register is different from the pushed. There is a question about regsiter size contra constant size, the loop reloads inside the loop, ... The problem is that the list may get a new thread sometime in the future linking to this code and asking why it doesn't work.
So, I suppose the mnemonic "RTS" stands for "Return To Somewhere"...?
Generally, I agree. I've marked the non-working code as such.
In the future, please mark code jokes so that a casual browser won't get confused and try to make it work.
Jon