28.2.73 __builtin_set_BMXRAM

Description

Configure RAM for execution by initializing BMXIRAML and BMXIRAMH suitably.

Prototype

void __builtin_set_BMXRAM(string-literal section-name);

Argument

section-name - a string literal giving the section name where executable RAM is located. By default, the compiler will ask to allocate ramfunc attributed function into a section name .ramfunc and it is not necessary to call this function.

Return Value

None

Machine Instruction

Error Messages

None