const XCORE_SHF_CP_SECTION: comptime_int = 536870912;
[src]
All sections with the ācā flag are grouped together by the linker to form the constant pool and the cp register is set to the start of the constant pool by the boot code.
const XCORE_SHF_CP_SECTION: comptime_int = 536870912;
All sections with the ācā flag are grouped together by the linker to form the constant pool and the cp register is set to the start of the constant pool by the boot code.