Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
|
Represents the program memory space in the AVR emulator. More...
#include <data_space.h>
Data Fields | |
uint8_t | data [PROGMEM_SPACE_SIZE] |
uint16_t | word [PROGMEM_SPACE_SIZE/2] |
Represents the program memory space in the AVR emulator.
Definition at line 27 of file data_space.h.
uint8_t PROGMEM_SPACE::data[PROGMEM_SPACE_SIZE] |
Byte-wise access to program memory
Definition at line 28 of file data_space.h.
Referenced by lpm_0(), lpm_z(), and lpm_z_inc().
uint16_t PROGMEM_SPACE::word[PROGMEM_SPACE_SIZE/2] |
Word-wise access to program memory
Definition at line 29 of file data_space.h.