GBDK libraries documentation
PrevChapter 3. Accessing hardwareNext

Functions in RAM

It is possible to execute functions in RAM or HIRAM by first copying them there using memcpy() or himemcpy() and then calling them in similar ways to accessing memory directly. See ram_fn.c for an example.


PrevHomeNext
Multiple banksUpAssembly language