I'm trying to divide a 16 bit variable by 32. Instead of invoking a cumbersome divide routine I'd like to just shift right 5X. CCS seems to have a couple of functions that do something like this but I can't seem to figure out how they work. Anybody know a good way to do this?