>#define DATA_RDY 0x1 > >btfsc FLAGS, W ; (NOT a valid instruction :^( >... > >Any opinions on what the "next best" approach might be? I'm >thinking that a bit-ordinal index w.r.t. PCL might be the ticket, >but just wonder if there might be more tricks I'm unaware of. I think you are then into something like the following NOTE untested examples follow, mnemonics not necessarily correct ; ; set bit in W ; orlw 1<