??? 04/26/04 21:48 Read: times |
#69242 - Learning C for '51 |
Dear Forum Members,
I tried Keil uVision2 for simple changes like " hour = 18; to hour = 12" and "if (hour >= 24) {hour = 0; to if (hour >= 12) {hour = 0;" in http://chaokhun.kmitl.ac.th/~kswichit...k/clock1.c. But the resultant(Keil uVision2) hex file increased so much in size that it could only be programmed in 4051. Where is my mistake? A.S.Rudra |