luanktd
Newbie level 5
- Joined
- Apr 13, 2012
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,328
I write a function in hitech c, but i don't know exact intruction time, can you help me.
- what time to execute once intruction in hitech C?
- what time to execute once intruction in hitech C?
Code C - [expand] 1 2 3 4 5 6 7 8 void delay( char x, char y) { do{ z=y; do{;}while(--Z); }while(--X); } // x=3,y=3. How many seconds this function delay?
Last edited by a moderator: