??? 02/11/07 13:42 Read: times |
#132520 - Done, as well as reading your links Responding to: ???'s previous message |
I got all the errors concerning numbers fixed (uh, there were many).
Now I get ERROR #17: Illegal bit designator The manual says: if the number or a symbol that is used to specify the byte address part of the bit designator is not a legal bit addressable address, ERROR #17 will occur. Second, if the bit index into the byte address exceeds the number 7 I address it like: 0170 C200 329 clr P1.2 ; request to send ****-------------------------------------------^ ****ERROR #17: Illegal bit designator As you can see, it's addressable (p1.2) and it does not exceed 7. What's wrong? |