openvm_platform::memory

Constant TEXT_START

Source
pub const TEXT_START: u32 = 0x0020_0800;
Expand description

Program (text followed by data and then bss) gets loaded in starting at this location. HEAP begins right afterwards.