Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
Loading...
Searching...
No Matches
data_space.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for data_space.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ DATA_SPACE_SIZE

#define DATA_SPACE_SIZE   0x8FF

Definition at line 6 of file data_space.h.

◆ PROGMEM_SPACE_SIZE

#define PROGMEM_SPACE_SIZE   0x10000

Definition at line 7 of file data_space.h.