Lazuli
Variables
linker.h File Reference

Symbols defined by the linker. More...

#include <stdint.h>
#include <Lazuli/common.h>

Go to the source code of this file.

Variables

uint8_t _data_start
 Start address of the .data section.
 
uint8_t _data_load_start
 Start address of the loaded .data section.
 
uint8_t _rodata_start
 Start address of the .rodata section.
 
uint8_t _rodata_load_start
 Start address of the loaded .rodata section.
 
uint8_t _bss_start
 Start address of the .bss section.
 
uint8_t _brk
 Initial break address.
 
uint8_t _ramend
 Last address of RAM.
 
uint8_t _progmem_load_start
 Start address of the loaded .progmem section.
 

Detailed Description

Symbols defined by the linker.

This file contains all the symbols defined by the linker. They only consist of addresses and are always accessed with the & operator.

Definition in file linker.h.