This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

project #52b

any body knows how to generate microsecond delay
plz post all the code

Parents
  • 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.

Reply
  • 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.

Children