Oh please don´t use gotos when you write your code. They should be allowed to use in only a few very specific cases, and definitely not as a general way to write code. Any unexperienced coder who uses goto will 99 out of 100 times make the ugliest mess of spaghetti code that he nor anyone else will be able to understand just a week later. Learn how to use functions and blocks instead, and how to write nice and understandable code."goto" means just that: go to the address defined by the lable, here "line1". So it is the same as a jump command. Note the lable is arbitrary but must not be repeated.
It references the oscillator. You've, effectively configured the PIC for a high-speed crystal to make your oscillator.OK very nice
what is meant by FOSC ? (( __config (FOSC_HS & WDTE_OFF..........)
| Thread starter | Similar threads | Forum | Replies | Date |
|---|---|---|---|---|
|
|
Tech services needed | Jobs & Career Advising | 0 | |
| L | ISO-TECH IDS-307 scope touchscreen problem | Test & Measurement | 1 | |
|
|
Tech info on appliance electronics | Technical Repair | 3 | |
| R | Unusual transformer Windings Ratio Design Problem! Tech comments needed! | Power Electronics | 11 | |
| M | hi-tech language , 7 segment | Microcontrollers | 16 |