|
Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
|
#include <stdint.h>#include <stdbool.h>

Go to the source code of this file.
Data Structures | |
| union | DATA_SPACE |
| Represents the data space in the AVR emulator. More... | |
| union | PROGMEM_SPACE |
| Represents the program memory space in the AVR emulator. More... | |
Macros | |
| #define | DATA_SPACE_SIZE 0x8FF |
| #define | PROGMEM_SPACE_SIZE 0x10000 |
| #define DATA_SPACE_SIZE 0x8FF |
Definition at line 6 of file data_space.h.
| #define PROGMEM_SPACE_SIZE 0x10000 |
Definition at line 7 of file data_space.h.