Jean-Francois Joly wrote: > > Hi everyone! > > Im just starting to learn assembly language for the PIC16C84. While studing > a little blinking LED program, there was something I was not sure about. > > In the following instructions: > > STATUS EQU 3 ; STATUS register memory location (03h) > RP0 EQU 5 ; Bit to set > BSF STATUS, RP0 > > Ok, this is what Im not sure about, please tell me if Im wrong. BSF will > set bit 5 (RP0) wich is in the STATUS register at memory location 03h (STATUS) > enabling me to access bank 1. > > Did everything I just say is correct? > > Please reply APASP! - Thank you very much! > Jean-Francois > > ----------- > Jean-Francois & Alain Joly > jolyal@capitalnet.com you are correct