Igor Pokorny wrote: > much better would be when a bit symbol represents a bit in certain > byte as is usual in some C compilers ... writing .... > BSF RP0 ..... should be clear for anybody I missed the start of this thread, so perhaps this has already been covered... But I assume that everyone who's using MPASM already does: #define RP0 STATUS,5 // or whatever Once defined, RP0 can then be set just as you suggested, with: BSF RP0 -Andy === Andrew Warren -- aiw@cypress.com === Principal Design Engineer === Cypress Semiconductor Corporation === === Opinions expressed above do not === necessarily represent those of === Cypress Semiconductor Corporation -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body