??? 03/08/05 10:10 Read: times |
#89259 - global and local variables Responding to: ???'s previous message |
Rahul Sadagopan said:
What do i do to stop getting this unrachable code error... thanks -rahul Apart from the debatable wisdom of mixing assembler with C the way you have, I suspect the unreachable code error is caused by not declaring x in such as way that it is global. Ian |