??? 07/25/05 06:12 Read: times |
#97940 - this may work!! try out... Responding to: ???'s previous message |
void DelayMS(unsigned int ms) {
ms; _asm mov r0, #HIGH ms 00001$: mov r1, #LOW ms 00002$: nop nop nop nop nop nop djnz r1, 00002$ djnz r0, 00001$ ret _endasm; } |