In an application, I have wired the lower 4 bits of PORTF to control the inputs of a multiplexer. Right now I have assigned the variable like this:

MUX VAR PORTF

but really, it's only the lower 4 bits. How can I specify that in my declaration?