thePort = PORTB;thePort ^= 255;
static uint8_t volatile * thePort;thePort = & PORTB;*thePort ^= 255;
#define thePort PORTBthePort ^= 255;
volatile uint8_t& thePort = PORTB;thePort ^= 0x08