#define IOPORT (*(volatile unsigned char *)0xffff)
IOPORT = 0xaa; IOPORT = 0x55; IOPORT = 0xaa; IOPORT = 0x55; printf("%02hhx", IOPORT);