6#define DATA_SPACE_SIZE 0x8FF
7#define PROGMEM_SPACE_SIZE 0x10000
#define PROGMEM_SPACE_SIZE
Represents the data space in the AVR emulator.
uint8_t data[DATA_SPACE_SIZE]
Represents the program memory space in the AVR emulator.
uint8_t data[PROGMEM_SPACE_SIZE]
uint16_t word[PROGMEM_SPACE_SIZE/2]