| | assembler time delay? Tomas Carlsson
| | | Hello, Is there any other way, than using NOP repeated times, to create time delays in assembler? Regards, Tomas (22 years ago, 23-Aug-02, to lugnet.robotics.handyboard)
| | | | | | | | Re: assembler time delay? Craig Morin
| | | | | Tomas, NOP is the easiest way while staying within a single program. If you want to measure long periods of time, you could attach some code to the 2khz interrupt timer (documented in the handyboard manual). Just setup a memory space to use as a (...) (22 years ago, 24-Aug-02, to lugnet.robotics.handyboard)
| | | | | | |