Microcontroler AT 89S8253 is equiped with 2K on chip EEPROM. This is mapped to X data space. There is feature Page Mode Write, having possibilities to write 32 byte segment in one cycle. Can I force compiller to define variables in this space inside 32Bytes segments? It means to block compiler put long variables over border. For example one byte of INT at 0x1F and second at 0x20. How to block it. Best regard Jaro